projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e52098
)
Remove unused import
upstream
author
Guido Günther
<agx@sigxcpu.org>
Sat, 21 Feb 2015 11:30:38 +0000
(12:30 +0100)
committer
Guido 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
patch
|
blob
|
history
diff --git
a/tests/testutils/gbplogtester.py
b/tests/testutils/gbplogtester.py
index ee50d1824704bed3fe2b079c659dd18f7fecf486..2f2f43e01284f446a9f477ce4e4689ccea27b7c5 100644
(file)
--- a/
tests/testutils/gbplogtester.py
+++ b/
tests/testutils/gbplogtester.py
@@
-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