From: Ian Jackson Date: Sun, 14 Oct 2018 12:41:57 +0000 (+0100) Subject: Style: Remove a spurious blank line X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=219242de4a77548d33a8e4b3d0b66bf453f9ec98;p=git-buildpackage.git 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 --- 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):