Skip to content

Commit

Permalink
fix: Import np score function
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Mar 6, 2023
1 parent 2c5a639 commit 4b8b351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routers/chem.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from rdkit.Chem.QED import properties
from rdkit.Chem.rdMolDescriptors import Properties
from STOUT import translate_forward, translate_reverse
from app.routers.npscorer import getnp_score

router = APIRouter(
prefix="/chem",
Expand Down

0 comments on commit 4b8b351

Please sign in to comment.