Fixing linting issues

This commit is contained in:
John Westcott IV 2020-08-06 14:48:01 -04:00
parent 5107f164a2
commit 3fe61cfa4f
2 changed files with 4 additions and 4 deletions

View File

@ -97,9 +97,9 @@ from ..module_utils.tower_awxkit import TowerAWXKitModule
try:
from awxkit.api.pages.api import EXPORTABLE_RESOURCES
HAS_EXPORTABLE_RESOURCES=True
HAS_EXPORTABLE_RESOURCES = True
except ImportError:
HAS_EXPORTABLE_RESOURCES=False
HAS_EXPORTABLE_RESOURCES = False
def main():

View File

@ -58,9 +58,9 @@ import logging
# In this module we don't use EXPORTABLE_RESOURCES, we just want to validate that our installed awxkit has import/export
try:
from awxkit.api.pages.api import EXPORTABLE_RESOURCES
HAS_EXPORTABLE_RESOURCES=True
HAS_EXPORTABLE_RESOURCES = True
except ImportError:
HAS_EXPORTABLE_RESOURCES=False
HAS_EXPORTABLE_RESOURCES = False
def main():
argument_spec = dict(