summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-14 13:41:57 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-14 15:17:27 +0100
commit219242de4a77548d33a8e4b3d0b66bf453f9ec98 (patch)
tree5c4ac4fa7cef9c2ca2240d8d47f325161fffc425
parentcaffd60d4309254ea9cb63cd34e50674447a0344 (diff)
Style: Remove a spurious blank line
Weirdly, detected by flake8 as a missing blank line. ./gbp/git/repository.py:1890:5: E301 expected 1 blank line, found 0 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-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 6cc3cd9..2ff127d 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):