Skip to content

MAINT: clean-up unused objects #254

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

Merged
merged 1 commit into from
Apr 13, 2020
Merged

MAINT: clean-up unused objects #254

merged 1 commit into from
Apr 13, 2020

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Feb 10, 2020

  • F401: Add pytest.main() or clean-up unused import
  • F811: remove second identical 'test_returnyield' function
  • F821: 'tags' is a special object from sphinx-build; mark with noqa
  • F841: clean-up unused local variables

Found with flake8 --select=F401,F811,F821,F841

* F401: Add pytest.main() or clean-up unused import
* F811: remove second identical 'test_returnyield' function
* F821: 'tags' is a special object from sphinx-build; mark with noqa
* F841: clean-up unused local variables
@larsoner larsoner merged commit 0958ef9 into numpy:master Apr 13, 2020
@mwtoews mwtoews deleted the unused branch July 30, 2023 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants