Note I also added `./django/utils/six.py` to the ignore list since it had
some of these errors but we don't care about fixing it since it's mostly a
copy of a 3rd party library.
Attaching an example patch to get you started.
Apply it, if you'd like:
`patch -p1 -i E301.diff`
--
Ticket URL: <https://code.djangoproject.com/ticket/21298>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by alasdair):
Pull request https://github.com/django/django/pull/1798
--
Ticket URL: <https://code.djangoproject.com/ticket/21298#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"c3aa2948c6c14862407501290571f858ccf45b07"]:
{{{
#!CommitTicketReference repository=""
revision="c3aa2948c6c14862407501290571f858ccf45b07"
Fixed #21298 -- Fixed E301 pep8 warnings
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21298#comment:2>