diff options
author | Guido Günther <agx@sigxcpu.org> | 2015-02-21 12:30:38 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2015-02-21 12:30:38 +0100 |
commit | 17c7615e4847ed238652ee83222bf7524c6512dd (patch) | |
tree | ca4d1ab1a000324e255ced4cfeb27ba45ceead4e | |
parent | 8e52098d3a925470ec990e746ed87b94ca3c985b (diff) | |
download | git-buildpackage-upstream.tar.gz git-buildpackage-upstream.tar.bz2 git-buildpackage-upstream.zip |
Remove unused importupstream
and pylint exception that doesn't trigger
-rw-r--r-- | tests/testutils/gbplogtester.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/gbplogtester.py b/tests/testutils/gbplogtester.py index ee50d182..2f2f43e0 100644 --- 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 |