Opened 11 years ago
Closed 11 years ago
#21374 closed Cleanup/optimization (duplicate)
Fix F401 flake8 errors
Reported by: | Brian Curtin | Owned by: | Brian Curtin |
---|---|---|---|
Component: | Uncategorized | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As Alex Gaynor just mentioned on Twitter, there are a ton of flake8 errors being ignored via setup.cfg, so I'm taking a whack at removing my favorite one: F401, "'module' imported but unused". Patch/PR in-progress right now.
Change History (2)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #21302, I've already completed a pull request.