summaryrefslogtreecommitdiff
path: root/test/input/func_trailing_whitespace.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_trailing_whitespace.py')
-rw-r--r--test/input/func_trailing_whitespace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/func_trailing_whitespace.py b/test/input/func_trailing_whitespace.py
index aca4a2f..946d748 100644
--- a/test/input/func_trailing_whitespace.py
+++ b/test/input/func_trailing_whitespace.py
@@ -1,5 +1,5 @@
"""Regression test for trailing-whitespace (C0303)."""
-# pylint: disable=mixed-line-endings
+# pylint: disable=mixed-line-endings, print-statement
__revision__ = 0
print 'some trailing whitespace'