Skip to content

Conversation

@jdufresne
Copy link
Member

Unused imports were discovered using flake8. By removing the unused imports, the code is a bit friendlier to new contributors as it is clearer what is being used and not simply leftover from previous
refactoring.

The flake8 command:

$ flake8 . --select F401

http://flake8.pycqa.org/

Unused imports were discovered using flake8. By removing the unused
imports, the code is a bit friendlier to new contributors as it is
clearer what is being used and not simply leftover from previous
refactoring.

The flake8 command:

$ flake8 . --select F401

http://flake8.pycqa.org/
@ptmcg ptmcg merged commit 7ee59bf into pyparsing:master Dec 24, 2018
@jdufresne jdufresne deleted the unused branch December 25, 2018 20:08
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.

2 participants