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 1
1
from pathlib import Path
2
2
from typing import List , Optional
3
3
4
- from c3p import classifier as c3p_classifier
5
-
6
4
from chebifier import modelwise_smiles_lru_cache
7
5
from chebifier .prediction_models import BasePredictor
8
6
Original file line number Diff line number Diff line change 8
8
from chebifier .prediction_models import BasePredictor
9
9
from chebifier .utils import load_chebi_graph
10
10
11
- from chebifier .prediction_models import BasePredictor
12
11
13
12
14
13
class ChEBILookupPredictor (BasePredictor ):
@@ -19,7 +18,6 @@ def __init__(
19
18
chebi_version : int = 241 ,
20
19
** kwargs ,
21
20
):
22
- from chebifier .utils import load_chebi_graph
23
21
24
22
super ().__init__ (model_name , ** kwargs )
25
23
self ._description = (
You can’t perform that action at this time.
0 commit comments