summaryrefslogtreecommitdiff
path: root/test/test_func.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_func.py')
-rw-r--r--test/test_func.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_func.py b/test/test_func.py
index 9e4639e..e8c746d 100644
--- a/test/test_func.py
+++ b/test/test_func.py
@@ -58,7 +58,7 @@ class TestTests(testlib.TestCase):
rest = ['I0001',
# XXX : no use case for now :
'W0402', # deprecated module
- 'W0403', # implicit relative import,
+ 'W0403', # implicit relative import
'W0410', # __future__ import not first statement
]
self.assertEqual(todo, rest)