mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
fixed space
This commit is contained in:
parent
e439682c85
commit
625834cfff
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class _PEP8Options(object):
|
||||||
testsuite = ''
|
testsuite = ''
|
||||||
doctest = False
|
doctest = False
|
||||||
|
|
||||||
|
|
||||||
def _initpep8():
|
def _initpep8():
|
||||||
# default pep8 setup
|
# default pep8 setup
|
||||||
pep8.options = _PEP8Options()
|
pep8.options = _PEP8Options()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue