Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Nov 18, 2024
1 parent e7430b6 commit b836983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/ne/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ def get_session_list(self):
return url_xpath(
"https://nebraskalegislature.gov/bills/",
"//select[@name='Legislature']/option/text()",
verify=False
verify=False,
)[:-1]

0 comments on commit b836983

Please sign in to comment.