summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-29 14:47:54 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-29 14:47:54 +0100
commitd5d38539c31c71cf4efa4fdaedbf1f79e59bf13b (patch)
treea7db3e0d3aa4406bcd5edebcdc728b9657d17c21
parent96cad81ab9e10ed676feb168f2c7a7dbf0100d7e (diff)
downloadpyflakes-d5d38539c31c71cf4efa4fdaedbf1f79e59bf13b.tar.gz
Remove commented line
-rw-r--r--pyflakes/test/test_doctests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyflakes/test/test_doctests.py b/pyflakes/test/test_doctests.py
index 1a03a3f..86054e2 100644
--- a/pyflakes/test/test_doctests.py
+++ b/pyflakes/test/test_doctests.py
@@ -36,7 +36,6 @@ class _DoctestMixin(object):
def flakes(self, input, *args, **kw):
return super(_DoctestMixin, self).flakes(self.doctestify(input), *args, **kw)
- # return TestCase.flakes(self, self.doctestify(input), *args, **kw)
class Test(TestCase):