Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Jan 8, 2025
1 parent 18158f5 commit 6c1fa10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scrapers/nh/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ def scrape_chamber(self, chamber, session):
# ex: HR 1 is lsr=847 but version id=838
resolution_url = (
"https://www.gencourt.state.nh.us/bill_status/legacy/bs2016/bill_status.aspx?"
+ "lsr={}&sy={}&txtsessionyear={}&txtbillnumber={}".format(lsr, session, session, bill_id)
+ "lsr={}&sy={}&txtsessionyear={}&txtbillnumber={}".format(
lsr, session, session, bill_id
)
)
resolution_page = self.get(
resolution_url, allow_redirects=True
Expand Down

0 comments on commit 6c1fa10

Please sign in to comment.