Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Mar 22, 2024
1 parent c3e6a5f commit d76a213
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/modules/coconut/descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
from app.modules.all_descriptors import get_cdk_rdkit_combined_descriptors
from app.modules.npscorer import get_np_score
from app.modules.toolkits.cdk_wrapper import get_CDK_descriptors
from app.modules.toolkits.cdk_wrapper import (
get_murko_framework,
get_CDK_MolecularFormula,
)
from app.modules.toolkits.cdk_wrapper import get_CDK_MolecularFormula
from app.modules.toolkits.cdk_wrapper import get_murko_framework
from app.modules.toolkits.helpers import parse_input
from app.modules.toolkits.rdkit_wrapper import get_rdkit_descriptors
from app.modules.tools.sugar_removal import get_sugar_info
Expand Down

0 comments on commit d76a213

Please sign in to comment.