diff options
Diffstat (limited to 'test/test_summary.py')
-rw-r--r-- | test/test_summary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_summary.py b/test/test_summary.py index ec8ca291..644aa9dd 100644 --- a/test/test_summary.py +++ b/test/test_summary.py @@ -183,7 +183,7 @@ class SummaryTest(CoverageTest): """A helper for the next few tests.""" cov = coverage.coverage() cov.start() - import TheCode + import TheCode # pylint: disable=F0401,W0612 cov.stop() repout = StringIO() |