Skip to content

Unnecessary pass statements can be removed #10

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

Closed
tekktrik opened this issue Sep 25, 2022 · 0 comments · Fixed by #12
Closed

Unnecessary pass statements can be removed #10

tekktrik opened this issue Sep 25, 2022 · 0 comments · Fixed by #12
Labels
good first issue Good for newcomers Hacktoberfest DigitalOcean's Hacktoberfest

Comments

@tekktrik
Copy link
Member

This library has pass statements that can be removed. Specifically, this happens for classes that are defined and have a class docstring, which is sufficient, and then go on to use the pass statement with a pylint disable statement. We should remove this kind of pass statement (and the accompanying pylint disable comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest DigitalOcean's Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants