Skip to content

Commit

Permalink
Merge pull request #5020 from NewAgeAirbender/ca_bills
Browse files Browse the repository at this point in the history
Multi: metadata cleanup
  • Loading branch information
NewAgeAirbender authored Aug 30, 2024
2 parents 774a53a + 961c433 commit ab6da77
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion scrapers/az/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ class Arizona(State):
},
]
ignored_scraped_sessions = [
"2024 - Fifty-sixth Legislature - Second Regular Session",
"2008 - Forty-eighth Legislature - Second Regular Session",
"2007 - Forty-eighth Legislature - First Regular Session",
"2006 - Forty-seventh Legislature - First Special Session",
Expand Down
2 changes: 0 additions & 2 deletions scrapers/id/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ class Idaho(State):
},
]
ignored_scraped_sessions = [
"2021 Session",
"2020 Session",
"2010 Session",
"2009 Session",
"2008 Session",
Expand Down
1 change: 0 additions & 1 deletion scrapers/mo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class Missouri(State):
},
]
ignored_scraped_sessions = [
"2022 1st Extraordinary Session",
"2018 Regular Session",
"2018 Special Session",
"2018 1st Extraordinary Session",
Expand Down
3 changes: 1 addition & 2 deletions scrapers/va/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ class Virginia(State):
},
{
"_scraped_name": "2023 Session",
# TODO: remove classification when more than bills, histories, & votes posted
"classification": "special",
"classification": "primary",
"identifier": "2023",
"name": "2023 Regular Session",
"start_date": "2023-01-11",
Expand Down
1 change: 0 additions & 1 deletion scrapers/vt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class Vermont(State):
},
]
ignored_scraped_sessions = [
"2021 Special Session",
"2020 Training Session",
"2009 Special Session",
]
Expand Down

0 comments on commit ab6da77

Please sign in to comment.