repository: Remove superfluous blank line
authorGuido Günther <agx@sigxcpu.org>
Mon, 15 Oct 2018 08:06:30 +0000 (10:06 +0200)
committerGuido Günther <agx@sigxcpu.org>
Mon, 15 Oct 2018 08:15:08 +0000 (10:15 +0200)
to make flake8 happy

Gbp-Dch: Ignore

gbp/git/repository.py

index 6cc3cd9f394cdced390806dee7f2bb8d9b66d39a..2ff127d2caf02b1b26a3858649580eecf54388c6 100644 (file)
@@ -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):