From 48bef0391a10fe9f914ec5b91a615688f91c21be Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 23 Dec 2016 10:14:06 -0500 Subject: pep8: fix issue found in zesty build with pycodestyle. pycodestyle has better checking for 2 lines blank lines. This failed to build on zesty as a result. Patching this here, and filed bug 1652329 to fix it more permenantly. --- tests/cloud_tests/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cloud_tests/__init__.py b/tests/cloud_tests/__init__.py index 3dbce261..099c357f 100644 --- a/tests/cloud_tests/__init__.py +++ b/tests/cloud_tests/__init__.py @@ -25,6 +25,7 @@ def _initialize_logging(): return logger + LOG = _initialize_logging() # vi: ts=4 expandtab -- cgit v1.2.3