From 9b66bda8b9567300b0eebd0eb9c1fc38b928b02b Mon Sep 17 00:00:00 2001 From: beeankha Date: Fri, 10 Sep 2021 09:02:30 -0400 Subject: [PATCH] Fix pep8 error --- awx_collection/plugins/module_utils/controller_api.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx_collection/plugins/module_utils/controller_api.py b/awx_collection/plugins/module_utils/controller_api.py index 22e646c93d..51020336bc 100644 --- a/awx_collection/plugins/module_utils/controller_api.py +++ b/awx_collection/plugins/module_utils/controller_api.py @@ -263,9 +263,9 @@ class ControllerAPIModule(ControllerModule): parsed_collection_version = Version(self._COLLECTION_VERSION).version if not controller_version: self.warn( - "You are using the {0} version of this collection but connecting to a controller that did not return a version".format( - self._COLLECTION_VERSION - ) + "You are using the {0} version of this collection but connecting to a controller that did not return a version".format( + self._COLLECTION_VERSION + ) ) else: parsed_controller_version = Version(controller_version).version