removed unused imports

This commit is contained in:
Somdev Sangwan
2018-12-30 03:29:34 +05:30
committed by GitHub
parent 2eec17ce24
commit 8ee5c0bf01
3 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -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())

View File

@@ -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