summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_summary.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py
index fda44ee..5f55356 100644
--- a/tests/test_summary.py
+++ b/tests/test_summary.py
@@ -338,7 +338,6 @@ class SummaryTest(CoverageTest):
self.make_file("mycode.py", "This isn't python at all!")
report = self.report_from_command("coverage report mycode.py")
- # pylint: disable=line-too-long
# Name Stmts Miss Cover
# ----------------------------
# mycode NotPython: Couldn't parse '...' as Python source: 'invalid syntax' at line 1