From 219242de4a77548d33a8e4b3d0b66bf453f9ec98 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Oct 2018 13:41:57 +0100 Subject: [PATCH] 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 --- gbp/git/repository.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.30.2