From 0136469ae7b933a74302cb625bbbb1b40290a202 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 14 Sep 2018 15:48:02 +0200 Subject: [PATCH] Applying flake8 --- lib/webhooks/__init__.py | 2 +- lib/webhooks/lock_handler.py | 3 ++- lib/webhooks/module_info.py | 2 +- lib/webhooks/obj.py | 4 ++-- lib/webhooks/r10k.py | 2 +- lib/webhooks/show_modules.py | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/webhooks/__init__.py b/lib/webhooks/__init__.py index 847cf0d..1184a56 100644 --- a/lib/webhooks/__init__.py +++ b/lib/webhooks/__init__.py @@ -1,6 +1,6 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '1.1.0' +__version__ = '1.1.1' # vim: ts=4 et list diff --git a/lib/webhooks/lock_handler.py b/lib/webhooks/lock_handler.py index f0e6475..8445c38 100644 --- a/lib/webhooks/lock_handler.py +++ b/lib/webhooks/lock_handler.py @@ -33,7 +33,7 @@ from .obj import BaseObject from .handler import BaseHandlerError, BaseHandler -__version__ = '0.2.3' +__version__ = '0.2.4' LOG = logging.getLogger(__name__) @@ -1193,6 +1193,7 @@ class LockHandler(BaseHandler): return dead + # ============================================================================= if __name__ == "__main__": diff --git a/lib/webhooks/module_info.py b/lib/webhooks/module_info.py index 8a8a055..003fe61 100644 --- a/lib/webhooks/module_info.py +++ b/lib/webhooks/module_info.py @@ -26,7 +26,7 @@ from .common import pp, to_str, to_bool, is_sequence from .obj import BaseObjectError from .obj import BaseObject -__version__ = '1.0.0' +__version__ = '1.0.1' LOG = logging.getLogger(__name__) diff --git a/lib/webhooks/obj.py b/lib/webhooks/obj.py index c04049d..6688349 100644 --- a/lib/webhooks/obj.py +++ b/lib/webhooks/obj.py @@ -21,7 +21,7 @@ from .common import pp, to_bytes from .errors import PpError -__version__ = '1.0.0' +__version__ = '1.0.1' LOG = logging.getLogger(__name__) @@ -317,8 +317,8 @@ class BaseObject(object): return -# ============================================================================= +# ============================================================================= if __name__ == "__main__": pass diff --git a/lib/webhooks/r10k.py b/lib/webhooks/r10k.py index 3d485b7..bbc500f 100644 --- a/lib/webhooks/r10k.py +++ b/lib/webhooks/r10k.py @@ -352,8 +352,8 @@ class R10kHookApp(BaseHookApp): return res -# ============================================================================= +# ============================================================================= if __name__ == "__main__": pass diff --git a/lib/webhooks/show_modules.py b/lib/webhooks/show_modules.py index d318e8d..829f81e 100644 --- a/lib/webhooks/show_modules.py +++ b/lib/webhooks/show_modules.py @@ -436,8 +436,8 @@ class ShowModulesApp(BaseHookApp): return True -# ============================================================================= +# ============================================================================= if __name__ == "__main__": pass -- 2.39.5