Skip to content

Commit e541f08

Browse files
committed
fix line indentation
1 parent 6301d8f commit e541f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chebifier/prediction_models/c3p_predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(
2626

2727
@modelwise_smiles_lru_cache.batch_decorator
2828
def predict_smiles_list(self, smiles_list: list[str]) -> list:
29-
from c3p import classifier as c3p_classifier
29+
from c3p import classifier as c3p_classifier
3030
result_list = c3p_classifier.classify(
3131
list(smiles_list),
3232
self.program_directory,

0 commit comments

Comments
 (0)