And again. Remove whitespace (pep8)

This commit is contained in:
koobs 2014-02-24 22:33:07 +11:00 committed by User Koobs
parent 23690dd8f8
commit 066718022e

View file

@ -76,7 +76,7 @@ class PyTest(TestCommand):
TestCommand.finalize_options(self)
self.test_args = []
self.test_suite = True
def run_tests(self):
# Import here because in module scope the eggs are not loaded.
import pytest