aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-01-15 15:45:19 +0100
committerGuido Günther <agx@sigxcpu.org>2016-01-15 16:08:08 +0100
commitbff9caffbefd4494842f6299b0e374eabe46dfe9 (patch)
treebe66737950d87840155b2943da6a45655786f93e
parent3fc8ceebf6a0dadf596faf3fb0f20fd1fcd7ed3d (diff)
component test: make PEP8 happy
Git-Dch: Ignore
-rw-r--r--tests/component/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/component/__init__.py b/tests/component/__init__.py
index 2d5cf3f..eca1a10 100644
--- a/tests/component/__init__.py
+++ b/tests/component/__init__.py
@@ -28,7 +28,8 @@ from nose import SkipTest
from nose.tools import eq_, ok_ # pylint: disable=E0611
from .. testutils import GbpLogTester
-from gbp.git import GitRepository, GitRepositoryError
+from gbp.git import GitRepository, GitRepositoryError
+
class ComponentTestGitRepository(GitRepository):
"""Git repository class for component tests"""