Skip to content

Commit

Permalink
Merge pull request #5114 from openstates/ca-2025-special-disable
Browse files Browse the repository at this point in the history
CA: set inactive 2025 special session 1
  • Loading branch information
jessemortenson authored Dec 3, 2024
2 parents c06146b + b73e8a3 commit 9048a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/ca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ class California(State):
"name": "2025-2026, Special Session 1",
"start_date": "2024-12-02",
"end_date": "2024-12-02",
"active": True,
"active": False,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit 9048a89

Please sign in to comment.