Skip to content

Commit 2679322

Browse files
committed
reformat with black
1 parent e541f08 commit 2679322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chebifier/prediction_models/c3p_predictor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ def __init__(
2323
self.program_directory = program_directory
2424
self.chemical_classes = chemical_classes
2525
self.chebi_graph = kwargs.get("chebi_graph", None)
26-
26+
2727
@modelwise_smiles_lru_cache.batch_decorator
2828
def predict_smiles_list(self, smiles_list: list[str]) -> list:
2929
from c3p import classifier as c3p_classifier
30+
3031
result_list = c3p_classifier.classify(
3132
list(smiles_list),
3233
self.program_directory,

0 commit comments

Comments
 (0)