Skip to content

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

Closed
cclauss wants to merge 4 commits into
masterfrom
cclauss-patch-2
Closed

Travis CI: Add a flake8 test for unused imports#994
cclauss wants to merge 4 commits into
masterfrom
cclauss-patch-2

Conversation

@cclauss

@cclausscclauss commented Jul 10, 2019

Copy link
Copy Markdown
Member

Related to #974

```
./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
^
```
@cclausscclauss added the merge conflicts Open a new PR or rebase on the latest commit label Jul 16, 2019
@cclausscclauss removed the merge conflicts Open a new PR or rebase on the latest commit label Jul 18, 2019
@cclauss

Copy link
Copy Markdown
MemberAuthor

Closed in favor of #1038

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

@cclauss