Skip to content

Commit c74e2da

Browse files
restyled-commitsj-ororke
authored andcommitted
Restyled by autopep8
1 parent 1fa489a commit c74e2da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python_testing/TC_SEAR_1_5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async def send_cmd_skip_area_expect_response(self, step, skipped_area, expected_
9999

100100
def TC_SEAR_1_5(self) -> list[str]:
101101
return ["SEAR.S", "SEAR.S.C02.Rsp"]
102-
102+
103103
@async_test_body
104104
async def test_TC_SEAR_1_5(self):
105105
self.endpoint = self.get_endpoint()

src/python_testing/TC_SEAR_1_6.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def read_progress(self, step):
8282

8383
def TC_SEAR_1_6(self) -> list[str]:
8484
return ["SEAR.S", "SEAR.S.A0005", "SEAR.S.A0000", "SEAR.S.A0002", "SEAR.S.M.HAS_MANUAL_OPERATING_STATE_CONTROL"]
85-
85+
8686
@async_test_body
8787
async def test_TC_SEAR_1_6(self):
8888
self.endpoint = self.get_endpoint()

0 commit comments

Comments
 (0)