From 399f0237e9abbabb9b88bec72d3f93d866bae9be Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 30 Aug 2024 17:18:44 +0000 Subject: [PATCH] Restyled by autopep8 --- src/python_testing/TC_SWTCH.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_SWTCH.py b/src/python_testing/TC_SWTCH.py index 8ab88f26ec7a93..1001402ea2d2de 100644 --- a/src/python_testing/TC_SWTCH.py +++ b/src/python_testing/TC_SWTCH.py @@ -108,7 +108,7 @@ def _send_switch_idle_named_pipe_command(self, endpoint_id: int): command_dict = {"Name": "SimulateSwitchIdle", "EndpointId": endpoint_id} self._send_named_pipe_command(command_dict) - def _ask_for_switch_idle(self, endpoint_id: int, omit_for_simulator: bool=False): + def _ask_for_switch_idle(self, endpoint_id: int, omit_for_simulator: bool = False): if not self._use_button_simulator(): self.wait_for_user_input(prompt_msg="Ensure switch is idle") elif not omit_for_simulator: