Opened 11 years ago

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

E201.diff (3.3 KB ) - added by Tim Graham 11 years ago.

Download all attachments as: .zip

Change History (3)

by Tim Graham, 11 years ago

Attachment: E201.diff added

comment:1 by larryone, 11 years ago

Owner: changed from nobody to larryone
Status: newassigned

comment:2 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 83b9bfea44e23c5770fa14a8921914839929233b:

Fixed #21266 -- Fixed E201,E202 pep8 warnings.

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