remove a few pyflakes warnings

This commit is contained in:
Eric Mill
2015-01-03 17:00:33 -05:00
parent 061c722d56
commit cc0da3b98e
3 changed files with 2 additions and 4 deletions

View File

@@ -12,7 +12,6 @@
from collections import OrderedDict
import copy
import csv
import rtyaml
import utils

View File

@@ -23,7 +23,7 @@ def run():
bioguide = "%s%06d" % (letter, num)
try:
dom = fetch_bioguide_page(bioguide, True)
except Exception as e:
except Exception:
break
print(bioguide, dom.cssselect("title")[0].text)

View File

@@ -13,11 +13,10 @@ options:
'''
import yaml
import sys
from urllib.request import urlopen
import utils
from utils import load_data, save_data, yaml_load, yaml_dump
from utils import load_data, save_data
# These members have forms in iframes, and Contact-Congress has different