Skip to content

Commit

Permalink
Merge pull request #5113 from openstates/ca-2025-special-session
Browse files Browse the repository at this point in the history
CA: add 2025 special session 1
  • Loading branch information
jessemortenson authored Dec 3, 2024
2 parents f6271d4 + d12e717 commit c06146b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scrapers/ca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,14 @@ class California(State):
"end_date": "2026-11-30",
"active": True,
},
{
"classification": "special",
"identifier": "20252026 Special Session 1",
"name": "2025-2026, Special Session 1",
"start_date": "2024-12-02",
"end_date": "2024-12-02",
"active": True,
},
]
ignored_scraped_sessions = [
"2013-2014",
Expand Down

0 comments on commit c06146b

Please sign in to comment.