aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-10-15 10:06:30 +0200
committerGuido Günther <agx@sigxcpu.org>2018-10-15 10:15:08 +0200
commitc1bd26b71a7adb897090305722a9ea5c21cf1c7a (patch)
tree048e08d79d27766539f7fbe5ed984a9722f4c9a9
parenta596206ab0288cb024b5e20bd5c70cb6d150a8de (diff)
repository: Remove superfluous blank line
to make flake8 happy Gbp-Dch: Ignore
-rw-r--r--gbp/git/repository.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index 6cc3cd9f..2ff127d2 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -1884,7 +1884,6 @@ class GitRepository(object):
args.add_true(auto, '--auto')
self._git_command("gc", args.args)
-
#{ Submodules
def has_submodules(self, treeish=None):