Opened 9 years ago
Closed 9 years ago
#26176 closed Cleanup/optimization (fixed)
Fix E123 flake8 warnings (closing bracket does not match indentation of opening bracket's line)
Reported by: | Tim Graham | Owned by: | Tim Graham |
---|---|---|---|
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
A patch is attached to get started. Apply it using patch -p1 -i patch.diff
and then run flake8 in the root clone directory to see the errors to fix. There are about 50 more after my patch.
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 406675b1a03c0568f7768a73e7c279011e56054d:
Fixed #26176 -- Fixed E123 flake8 warnings.