From 5e18d273f137f81d780dfd2404edeb96a7cba652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Maas?= Date: Sat, 24 Sep 2016 10:04:38 +0200 Subject: [PATCH] QA: cobbler/utils.py:1950:1: E302 expected 2 blank lines, found 1 --- cobbler/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cobbler/utils.py b/cobbler/utils.py index 3e04d13eff..fd2c89bd15 100644 --- a/cobbler/utils.py +++ b/cobbler/utils.py @@ -1947,6 +1947,8 @@ def strip_none(data, omit_none=False): return data # ------------------------------------------------------- + + def revert_strip_none(data): """ Does the opposite to strip_none