Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up CensusAPI.__init__() #54

Merged
merged 2 commits into from
Dec 18, 2023
Merged

Clean up CensusAPI.__init__() #54

merged 2 commits into from
Dec 18, 2023

Conversation

daffidwilde
Copy link
Contributor

Fixes #51 and #53.

We don't need to expose these attributes or encourage the squashing of warnings when things go wrong with the API. This PR removes all attributes, and thus the __init__() method, from the CensusAPI class.

@daffidwilde daffidwilde linked an issue Dec 18, 2023 that may be closed by this pull request
@daffidwilde daffidwilde merged commit 9258428 into main Dec 18, 2023
4 checks passed
@daffidwilde daffidwilde deleted the clean-init branch December 18, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enforce warnings always Remove superfluous _current_* attributes
1 participant