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