File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
chebifier/prediction_models Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 11from pathlib import Path
22from typing import List , Optional
33
4- from c3p import classifier as c3p_classifier
5-
64from chebifier import modelwise_smiles_lru_cache
75from chebifier .prediction_models import BasePredictor
86
Original file line number Diff line number Diff line change 88from chebifier .prediction_models import BasePredictor
99from chebifier .utils import load_chebi_graph
1010
11- from chebifier .prediction_models import BasePredictor
1211
1312
1413class 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 = (
You can’t perform that action at this time.
0 commit comments