mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [tracker] clean import
This commit is contained in:
parent
8908b2189e
commit
885f1196ee
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ from collections import defaultdict
|
|||
from nltk.tokenize import RegexpTokenizer
|
||||
from textblob import TextBlob
|
||||
|
||||
from ail_typo_squatting import runAll
|
||||
import math
|
||||
|
||||
sys.path.append(os.path.join(os.environ['AIL_BIN'], 'lib/'))
|
||||
import ConfigLoader
|
||||
import Tracker
|
||||
|
|
Loading…
Reference in a new issue