diff --git a/awx_collection/plugins/modules/credential_input_source.py b/awx_collection/plugins/modules/credential_input_source.py index e40e398a13..3cc0cc2457 100644 --- a/awx_collection/plugins/modules/credential_input_source.py +++ b/awx_collection/plugins/modules/credential_input_source.py @@ -66,7 +66,6 @@ EXAMPLES = ''' object_query: "Safe=MY_SAFE;Object=awxuser" object_query_format: "Exact" state: present - ''' from ..module_utils.controller_api import ControllerAPIModule diff --git a/awx_collection/plugins/modules/workflow_job_template.py b/awx_collection/plugins/modules/workflow_job_template.py index 5db78891a0..8d3792e0ac 100644 --- a/awx_collection/plugins/modules/workflow_job_template.py +++ b/awx_collection/plugins/modules/workflow_job_template.py @@ -574,7 +574,6 @@ EXAMPLES = ''' unified_job_template: name: Cleanup Activity Stream type: system_job_template - ''' from ..module_utils.controller_api import ControllerAPIModule