mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 16:07:30 -02:30
Fix pep8 failure
This commit is contained in:
@@ -56,7 +56,7 @@ import logging
|
|||||||
|
|
||||||
# In this module we don't use EXPORTABLE_RESOURCES, we just want to validate that our installed awxkit has import/export
|
# In this module we don't use EXPORTABLE_RESOURCES, we just want to validate that our installed awxkit has import/export
|
||||||
try:
|
try:
|
||||||
from awxkit.api.pages.api import EXPORTABLE_RESOURCES # noqa
|
from awxkit.api.pages.api import EXPORTABLE_RESOURCES # noqa
|
||||||
|
|
||||||
HAS_EXPORTABLE_RESOURCES = True
|
HAS_EXPORTABLE_RESOURCES = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
Reference in New Issue
Block a user