Skip to content

Commit

Permalink
WY: Ignore 2020 session until they start posting
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Aug 13, 2019
1 parent f8ac63c commit 546bb97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions openstates/wy/__init__.py
Expand Up @@ -79,8 +79,18 @@ class Wyoming(Jurisdiction):
"start_date": "2019-02-12",
"end_date": "2019-03-05",
},
# TODO: Uncomment when WY starts posting
# {
# "_scraped_name": "2020",
# "classification": "primary",
# "identifier": "2020",
# "name": "2020 General Session",
# "start_date": "2020-02-12",
# "end_date": "2020-03-05",
# },
]
ignored_scraped_sessions = [
"2020",
"2019",
"2016",
"2014",
Expand Down

0 comments on commit 546bb97

Please sign in to comment.