remove unused import

This commit is contained in:
ptalmeida 2019-01-25 12:45:55 +00:00
parent 0b96141df0
commit 826af1ec19
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import sys
import requests
from argparse import ArgumentParser, RawDescriptionHelpFormatter
from bs4 import BeautifulSoup as bs
from collections import OrderedDict
def get_rank(domain_to_query):
result = -1