Opened 11 years ago

Closed 11 years ago

#21267 closed Cleanup/optimization (fixed)

pep8 cleanup: the backslash is redundant between brackets

Reported by: Tim Graham Owned by: alasdair
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 (last modified by Tim Graham)

To find errors, ensure you have an up-to-date master with the flake8 config in setup.cfg, then remove E502 from the ignore list there. You can then run flake8 from the directory with setup.cfg in it to list all errors.

Attaching an example patch to get you started.

Apply it, if you'd like:

patch -p1 -i E502.diff

Attachments (1)

E502.diff (1.7 KB ) - added by Tim Graham 11 years ago.

Download all attachments as: .zip

Change History (5)

by Tim Graham, 11 years ago

Attachment: E502.diff added

comment:1 by Tim Graham, 11 years ago

Description: modified (diff)

comment:2 by Tim Graham, 11 years ago

Description: modified (diff)

comment:3 by alasdair, 11 years ago

Owner: changed from nobody to alasdair
Status: newassigned

comment:4 by Alasdair Nicol <alasdair@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 65d1d65d52a87bba22845bcb7c3c921a8789ec19:

Fixed #21267 -- Fixed E502 pep8 warnings

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