]> Frank Brehm's Git Trees - pixelpark/puppetmaster-webhooks.git/commitdiff
Applying flake8 rules to some files
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 14 Mar 2019 17:00:17 +0000 (18:00 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 14 Mar 2019 17:00:17 +0000 (18:00 +0100)
lib/webhooks/base_app.py
show-env-html.py
show-env.py

index 1239eefeecb9805eaf54c87ed08ac4f6a9a84882..8baef0e678e58470df2ae1a0f07e51d0b79e5706 100644 (file)
@@ -46,7 +46,7 @@ from .module_info import ModuleInfo
 
 from .module_list import ModuleInfoDict
 
-from .puppetfile import Puppetfile
+from .puppetfile import PuppetfileError, Puppetfile
 
 from .xlate import __module_dir__ as __xlate_module_dir__
 from .xlate import __base_dir__ as __xlate_base_dir__
index 44977ebbc3653cb9f73105a7c33fe8c54bef415d..ebbbb2c121afd4650aa27dd6e652b580ed4fdffd 100755 (executable)
@@ -15,7 +15,7 @@ libdir = base_dir.joinpath('lib')
 
 sys.path.insert(0, str(libdir))
 
-from webhooks.show_env import ShowEnvApp
+from webhooks.show_env import ShowEnvApp                    # noqa
 
 MY_APPNAME = my_path.stem
 LOG = logging.getLogger(MY_APPNAME)
index 9a5fc2ac087ead33f94fe67f9a77cec4f9369b0c..3c656d34ba9cebcfc0087d18911d6edb74ac2dbb 100755 (executable)
@@ -15,7 +15,7 @@ libdir = base_dir.joinpath('lib')
 
 sys.path.insert(0, str(libdir))
 
-from webhooks.show_env import ShowEnvApp
+from webhooks.show_env import ShowEnvApp                    # noqa
 
 MY_APPNAME = my_path.stem
 LOG = logging.getLogger(MY_APPNAME)