Skip to content

Commit 3bbaa23

Browse files
committed
Fixed tests from previous commit
1 parent f254233 commit 3bbaa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2098,7 +2098,7 @@ def _main():
20982098
except AttributeError:
20992099
pass # not supported on Windows
21002100

2101-
pep8style = StyleGuide(parse_argv=True, config_file=True)
2101+
pep8style = StyleGuide(parse_argv=True)
21022102
options = pep8style.options
21032103
if options.doctest or options.testsuite:
21042104
from testsuite.support import run_tests

0 commit comments

Comments
 (0)