Opened 11 years ago
Last modified 11 years ago
#21267 closed Cleanup/optimization
pep8 cleanup: the backslash is redundant between brackets — at Initial Version
Reported by: | Tim Graham | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
To find errors: flake8 --select=E502
Attaching a patch to get you started.
Apply it:
patch -p1 -i E502.diff
Note:
See TracTickets
for help on using tickets.