Opened 8 years ago

Closed 8 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)

patch.diff (17.7 KB ) - added by Tim Graham 8 years ago.

Download all attachments as: .zip

Change History (3)

by Tim Graham, 8 years ago

Attachment: patch.diff added

comment:1 by Tim Graham, 8 years ago

Owner: changed from nobody to Tim Graham
Status: newassigned

comment:2 by Tim Graham, 8 years ago

Resolution: fixed
Status: assignedclosed

In 406675b1a03c0568f7768a73e7c279011e56054d:

Fixed #26176 -- Fixed E123 flake8 warnings.

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