Opened 12 years ago
Closed 12 years ago
#21266 closed Cleanup/optimization (fixed)
pep8 cleanup: whitespace before/after parens and braces
| Reported by: | Tim Graham | Owned by: | larryone |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | Normal | Keywords: | flake8 |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
To find errors: flake8 --select=E201,E202
Attaching a patch to get you started.
Apply it:
patch -p1 -i E201.diff
Attachments (1)
Change History (3)
by , 12 years ago
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 83b9bfea44e23c5770fa14a8921914839929233b: