summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_summary.py')
-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 fda44ee7..5f553567 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