From: Frank Brehm Date: Fri, 14 Sep 2018 13:10:46 +0000 (+0200) Subject: Applying flake8 to lib/webhooks/get_module_changes.py X-Git-Tag: 1.6.4^2~118 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1d92b995a400c6c6298ed1d14e9c3b1e4fb61c3d;p=pixelpark%2Fpuppetmaster-webhooks.git Applying flake8 to lib/webhooks/get_module_changes.py --- diff --git a/lib/webhooks/get_module_changes.py b/lib/webhooks/get_module_changes.py index bc9b9a8..e62d9fc 100644 --- a/lib/webhooks/get_module_changes.py +++ b/lib/webhooks/get_module_changes.py @@ -301,8 +301,8 @@ class GetModuleChangesApp(BaseHookApp): self.error_data.append("\nChecked at: {}".format(dt_str)) -# ============================================================================= +# ============================================================================= if __name__ == "__main__": pass