Skip to content

Commit

Permalink
Merge pull request #141 from Charlie-Kramer/patch-1
Browse files Browse the repository at this point in the history
Update core.py
  • Loading branch information
fgregg authored Jun 3, 2024
2 parents f64c170 + 1cc1237 commit 76c7310
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 @@ -323,7 +323,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 76c7310

Please sign in to comment.