From 625834cfff5edfa204143bb2cf5ce3f01b5263d2 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Tue, 14 Feb 2012 14:21:16 +0100 Subject: [PATCH] fixed space --- flake8/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flake8/run.py b/flake8/run.py index 060ea77..a24807b 100644 --- a/flake8/run.py +++ b/flake8/run.py @@ -91,6 +91,7 @@ class _PEP8Options(object): testsuite = '' doctest = False + def _initpep8(): # default pep8 setup pep8.options = _PEP8Options()