aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-11-15 13:14:23 +0100
committerGuido Günther <agx@sigxcpu.org>2016-11-15 13:15:42 +0100
commit6f75d7c4f0f3719ab7b664cfc96b50bc44140a32 (patch)
treed0ad8bf5be0b51bbb26a28bc64a3124648c6cf05 /tests
parentacf7a739d5f5b875bc3f02c3fe9148c4f8a6261b (diff)
Fix new flake8 errors
E305 expected 2 blank lines after class or function definition
Diffstat (limited to 'tests')
-rw-r--r--tests/14_test_gbp_import_dscs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/14_test_gbp_import_dscs.py b/tests/14_test_gbp_import_dscs.py
index b0a29c39..35b2e384 100644
--- a/tests/14_test_gbp_import_dscs.py
+++ b/tests/14_test_gbp_import_dscs.py
@@ -55,6 +55,7 @@ class DscStub(object):
version = filename[4]
return cls(filename, version)
+
# hook up stubs
import_dscs.GitImportDsc = StubGitImportDsc
import_dscs.DscFile = DscStub