Skip to content

Commit

Permalink
don't set dataset to None
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 4, 2024
1 parent 6e78200 commit 5ac1388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion census/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class Client(object):
groups_url = 'https://api.census.gov/data/%s/%s/groups.json'

def __init__(self, key, year=None, session=None, retries=3):
self.dataset = None
self._key = key
self.session = session or new_session()
if year:
Expand Down

0 comments on commit 5ac1388

Please sign in to comment.