Skip to content

Commit

Permalink
Merge pull request #4879 from NewAgeAirbender/master
Browse files Browse the repository at this point in the history
AR: Update End Dates
  • Loading branch information
NewAgeAirbender authored Mar 11, 2024
2 parents 15f0111 + 4cf0699 commit 515b7f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scrapers/ar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ class Arkansas(State):
"identifier": "2023",
"name": "2023 Regular Session",
"start_date": "2023-01-09",
# TODO: end date is approximate
"end_date": "2023-03-12",
"end_date": "2023-05-01",
"active": False,
},
{
Expand All @@ -232,8 +231,7 @@ class Arkansas(State):
"identifier": "2024F",
"name": "2024 Fiscal Session",
"start_date": "2024-04-10",
# TODO real end date
"end_date": "2024-05-10",
"end_date": "2024-05-09",
"active": False,
},
]
Expand Down

0 comments on commit 515b7f7

Please sign in to comment.