diff --git a/awx_collection/plugins/modules/import.py b/awx_collection/plugins/modules/import.py index 7244b15cfb..fe66b2a7a3 100644 --- a/awx_collection/plugins/modules/import.py +++ b/awx_collection/plugins/modules/import.py @@ -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 try: - from awxkit.api.pages.api import EXPORTABLE_RESOURCES # noqa + from awxkit.api.pages.api import EXPORTABLE_RESOURCES # noqa HAS_EXPORTABLE_RESOURCES = True except ImportError: