summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-14 21:34:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-14 21:34:24 -0400
commitcb3de9f3f2eb39bce0365cd31632506d5c50f926 (patch)
tree8c8f277a5d1eb50e269b2126462b769e3de73664
parentf256c9003a03f483c311de1254e9aa6e04075267 (diff)
downloadpython-coveragepy-git-cb3de9f3f2eb39bce0365cd31632506d5c50f926.tar.gz
Remove an unneeded pylint pragma
-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