Opened 10 years ago

Closed 10 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 Brian Curtin, 10 years ago

Owner: changed from nobody to Brian Curtin
Status: newassigned

comment:2 by Tim Graham, 10 years ago

Resolution: duplicate
Status: assignedclosed

Duplicate of #21302, I've already completed a pull request.

Note: See TracTickets for help on using tickets.
Back to Top