diff --git a/scrapers/gu/bills.py b/scrapers/gu/bills.py index c5696879e2..02bd7c3fbe 100644 --- a/scrapers/gu/bills.py +++ b/scrapers/gu/bills.py @@ -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", ) @@ -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", )