[elbe-devel] [PATCH 1/6] pkgutils: fix style problem

Torben Hohn torben.hohn at linutronix.de
Mon Jul 8 16:27:08 CEST 2019


have 2 empty lines between high level cunstructs.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/pkgutils.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elbepack/pkgutils.py b/elbepack/pkgutils.py
index 595ecc318..48941d9dd 100644
--- a/elbepack/pkgutils.py
+++ b/elbepack/pkgutils.py
@@ -69,6 +69,7 @@ def get_dsc_size(fname):
 
     return sz
 
+
 class ChangelogNeedsDependency(Exception):
     def __init__(self, pkgname):
         Exception.__init__(self,
-- 
2.11.0




More information about the elbe-devel mailing list