Remove unused import upstream
authorGuido Günther <agx@sigxcpu.org>
Sat, 21 Feb 2015 11:30:38 +0000 (12:30 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sat, 21 Feb 2015 11:30:38 +0000 (12:30 +0100)
and pylint exception that doesn't trigger

tests/testutils/gbplogtester.py

index ee50d1824704bed3fe2b079c659dd18f7fecf486..2f2f43e01284f446a9f477ce4e4689ccea27b7c5 100644 (file)
@@ -2,7 +2,7 @@
 
 import re
 from six import StringIO
-from nose.tools import eq_, ok_     # pylint: disable=E0611
+from nose.tools import ok_
 
 import gbp.log