Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ptalmeida committed Jan 25, 2019
1 parent 0b96141 commit 826af1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
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
Expand Down

0 comments on commit 826af1e

Please sign in to comment.