Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmorris committed May 13, 2015
1 parent 16fe8ca commit 5ef77bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scraper.py
Expand Up @@ -6,7 +6,6 @@
# - restructured to run as a single integrated process and not rescrape data it already extracted

import scraperwiki
import scraperwiki.apiwrapper
import lxml.html
from datetime import datetime

Expand Down Expand Up @@ -201,4 +200,4 @@ def test():
process_index_page(page)

main()
#test()
#test()

0 comments on commit 5ef77bc

Please sign in to comment.