Skip to content

Commit be8f1ac

Browse files
committed
Optimize import
1 parent d3d2b55 commit be8f1ac

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

spam_detector_ai/classifiers/classifier_map.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

spam_detector_ai/prediction/predict.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import os
99

1010
from spam_detector_ai.classifiers import NaiveBayesClassifier, RandomForestSpamClassifier, SVMClassifier
11-
from spam_detector_ai.classifiers.classifier_map import CLASSIFIER_MAP
1211
from spam_detector_ai.classifiers.classifier_types import ClassifierType
1312
from spam_detector_ai.loading_and_processing import Preprocessor
1413

0 commit comments

Comments
 (0)