From 2213129a383533e64e6d7dd82c2d20a7163a4538 Mon Sep 17 00:00:00 2001 From: Tim Showers Date: Wed, 14 Sep 2016 10:02:50 -0400 Subject: [PATCH] Whitespace cleanup --- openstates/tn/bills.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstates/tn/bills.py b/openstates/tn/bills.py index eb1ad795fa..5bbc1bab43 100644 --- a/openstates/tn/bills.py +++ b/openstates/tn/bills.py @@ -203,9 +203,9 @@ def scrape(self, term, chambers): index_list_page = lxml.html.fromstring(index_list_page) index_list_page.make_links_absolute(index_page) - + for bill_listing in index_list_page.xpath(xpath): - + bill_listing = bill_listing.attrib['href'] bill_list_page = self.get(bill_listing).text