Skip to content

Commit

Permalink
Merge pull request #4691 from johnseekins/guam
Browse files Browse the repository at this point in the history
remove bad chamber
  • Loading branch information
johnseekins authored Aug 30, 2023
2 parents 79b1b59 + 64a72e5 commit 1f245c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scrapers/gu/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def _process_bill(self, session: str, bill: str, root_url: str):
bill_obj = Bill(
name,
legislative_session=session,
chamber="unicameral",
title="See Introduced Link",
classification="bill",
)
Expand Down Expand Up @@ -188,7 +187,6 @@ def _process_resolution(self, session: str, bill: str, root_url: str):
bill_obj = Bill(
name,
legislative_session=session,
chamber="unicameral",
title="See Resolution Introduced Link",
classification="resolution",
)
Expand Down

0 comments on commit 1f245c4

Please sign in to comment.