Skip to content

MNT remove unused imports#14021

Merged
jnothman merged 1 commit intoscikit-learn:masterfrom
rth:unused-imports
Jun 4, 2019
Merged

MNT remove unused imports#14021
jnothman merged 1 commit intoscikit-learn:masterfrom
rth:unused-imports

Conversation

@rth
Copy link
Copy Markdown
Member

@rth rth commented Jun 4, 2019

The current linting approach of applying flake8 to the git diff fails to catch unused imports, that can be found with e.g.,

flake8 --select=F401 sklearn

this removes those.

A number of these were likely introduced during the deprecation removal lately.

@jnothman jnothman merged commit ccd3331 into scikit-learn:master Jun 4, 2019
@rth rth deleted the unused-imports branch June 4, 2019 14:32
koenvandevelde pushed a commit to koenvandevelde/scikit-learn that referenced this pull request Jul 12, 2019
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.

3 participants