Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and tcarmelveilleux committed Aug 30, 2024
1 parent 2c1267e commit 399f023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_SWTCH.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 399f023

Please sign in to comment.