removed unused imports
This commit is contained in:
1
bolt.py
1
bolt.py
@@ -5,7 +5,6 @@ import random
|
||||
import re
|
||||
import statistics
|
||||
|
||||
from collections import Counter
|
||||
from fuzzywuzzy import fuzz, process
|
||||
|
||||
import core.config
|
||||
|
||||
@@ -2,8 +2,6 @@ import random
|
||||
import re
|
||||
|
||||
from core.config import password, email, token, strings
|
||||
from core.requester import requester
|
||||
from core.zetanize import zetanize
|
||||
|
||||
def datanize(forms, tolerate=False):
|
||||
parsedForms = list(forms.values())
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# Let's import what we need
|
||||
import tld
|
||||
import sys
|
||||
import json
|
||||
from re import findall
|
||||
import concurrent.futures
|
||||
from urllib.parse import urlparse # for python3
|
||||
|
||||
Reference in New Issue
Block a user