Skip to content

Commit

Permalink
MO: fix last linting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Dec 14, 2023
1 parent 4179436 commit 98a9ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/mo/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ def parse_house_bill_versions(self, response, bill):
# house Witnesses
for row in response.xpath("//BillInformation/Witness"):
path = row.xpath("./WitnessFormsLink/text()")[0].strip()
summary_name = f"Bill Summary (Witnesses)"
summary_name = "Bill Summary (Witnesses)"
if ".pdf" in path:
mimetype = "application/pdf"
else:
Expand Down

0 comments on commit 98a9ffb

Please sign in to comment.