aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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):