Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-Kramer authored Apr 14, 2024
1 parent 7eaa671 commit 1cc1237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion census/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ class ACS5Client(ACSClient):
default_year = 2021
dataset = 'acs5'

years = (2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 2009)
years = (2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 2009)

@supported_years()
def state_county_subdivision(self, fields, state_fips,
Expand Down

0 comments on commit 1cc1237

Please sign in to comment.