Skip to content

Commit 9dd5102

Browse files
committed
fix imports
1 parent 2679322 commit 9dd5102

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

chebifier/prediction_models/c3p_predictor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from pathlib import Path
22
from typing import List, Optional
33

4-
from c3p import classifier as c3p_classifier
5-
64
from chebifier import modelwise_smiles_lru_cache
75
from chebifier.prediction_models import BasePredictor
86

chebifier/prediction_models/chebi_lookup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from chebifier.prediction_models import BasePredictor
99
from chebifier.utils import load_chebi_graph
1010

11-
from chebifier.prediction_models import BasePredictor
1211

1312

1413
class ChEBILookupPredictor(BasePredictor):
@@ -19,7 +18,6 @@ def __init__(
1918
chebi_version: int = 241,
2019
**kwargs,
2120
):
22-
from chebifier.utils import load_chebi_graph
2321

2422
super().__init__(model_name, **kwargs)
2523
self._description = (

0 commit comments

Comments
 (0)