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 plauric committed Aug 29, 2024
1 parent 9f359a5 commit a3c420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_OpstateCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def init_test(self):
asserts.fail("The --app-pid flag must be set when PICS_SDK_CI_ONLY is set")
self.app_pipe = self.app_pipe + str(app_pid)

def send_raw_manual_or_pipe_command(self, command : dict):
def send_raw_manual_or_pipe_command(self, command: dict):
if self.is_ci:
self.write_to_app_pipe(self.app_pipe, command)
time.sleep(0.1)
Expand Down

0 comments on commit a3c420c

Please sign in to comment.