From 4a2d3543f833246b380dba4076425d50b595f9f3 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 20 Feb 2024 05:43:18 +1000 Subject: [PATCH] add some pep --- lib/ansible/plugins/action/gather_facts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/plugins/action/gather_facts.py b/lib/ansible/plugins/action/gather_facts.py index 9bf6296d4e7..ac3fde889ce 100644 --- a/lib/ansible/plugins/action/gather_facts.py +++ b/lib/ansible/plugins/action/gather_facts.py @@ -168,7 +168,6 @@ class ActionModule(ActionBase): finally: self._task.check_mode = check_mode - # restore value for post processing if self._task.async_val != async_val: self._task.async_val = async_val