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 j-ororke committed Dec 2, 2024
1 parent 1fa489a commit c74e2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/python_testing/TC_SEAR_1_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def send_cmd_skip_area_expect_response(self, step, skipped_area, expected_

def TC_SEAR_1_5(self) -> list[str]:
return ["SEAR.S", "SEAR.S.C02.Rsp"]

@async_test_body
async def test_TC_SEAR_1_5(self):
self.endpoint = self.get_endpoint()
Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/TC_SEAR_1_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def read_progress(self, step):

def TC_SEAR_1_6(self) -> list[str]:
return ["SEAR.S", "SEAR.S.A0005", "SEAR.S.A0000", "SEAR.S.A0002", "SEAR.S.M.HAS_MANUAL_OPERATING_STATE_CONTROL"]

@async_test_body
async def test_TC_SEAR_1_6(self):
self.endpoint = self.get_endpoint()
Expand Down

0 comments on commit c74e2da

Please sign in to comment.