Skip to content

Travis CI: Add a flake8 test for unused imports #994

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
wants to merge 4 commits into from

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented Jul 10, 2019

Related to #974

cclauss added 3 commits July 10, 2019 18:37
```
./other/primelib.py:146:5: F401 'math' imported but unused
    import math    # for function sqrt
    ^
./other/primelib.py:500:5: F401 'math.sqrt' imported but unused
    from math import sqrt        
    ^
```
```
./graphs/BFS.py:17:1: F401 'collections' imported but unused
import collections
^
```
@cclauss cclauss added the merge conflicts Open a new PR or rebase on the latest commit label Jul 16, 2019
@cclauss cclauss removed the merge conflicts Open a new PR or rebase on the latest commit label Jul 18, 2019
@cclauss
Copy link
Member Author

cclauss commented Jul 18, 2019

Closed in favor of #1038

@cclauss cclauss closed this Jul 18, 2019
@cclauss cclauss deleted the cclauss-patch-2 branch July 18, 2019 20:03
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.

1 participant