Remove duplicate import.

pull/185/head
jenchieh 5 years ago
parent 71b6c2149e
commit a67387d711

@ -22,7 +22,6 @@ def load_proxies_from_csv(path_to_list):
return proxies
def check_proxy(proxy_ip, proxy_port, protocol):
"""
A function which test the proxy by attempting
@ -44,10 +43,6 @@ def check_proxy(proxy_ip, proxy_port, protocol):
return False
from colorama import Fore, Style
def check_proxy_list(proxy_list, max_proxies=None):
"""
A function which takes in one mandatory argument -> a proxy list in

Loading…
Cancel
Save