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 Oct 24, 2024
1 parent d43154a commit 8ef7176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/python_testing/TC_RVCCLEANM_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def test_TC_RVCCLEANM_2_1(self):
app_pid = self.matter_test_config.app_pid
if app_pid == 0:
asserts.fail("The --app-pid flag must be set when PICS_SDK_CI_ONLY is set")

RVCClean_cluster = Clusters.RvcCleanMode
attributes = RVCClean_cluster.Attributes

Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/TC_RVCCLEANM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def test_TC_RVCCLEANM_2_2(self):
app_pid = self.matter_test_config.app_pid
if app_pid == 0:
asserts.fail("The --app-pid flag must be set when PICS_SDK_CI_ONLY is set")

self.print_step(1, "Commissioning, already done")

# Ensure that the device is in the correct state
Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/TC_RVCRUNM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def test_TC_RVCRUNM_2_2(self):
app_pid = self.matter_test_config.app_pid
if app_pid == 0:
asserts.fail("The --app-pid flag must be set when PICS_SDK_CI_ONLY is set")

RVCRun_cluster = Clusters.RvcRunMode
attributes = RVCRun_cluster.Attributes

Expand Down

0 comments on commit 8ef7176

Please sign in to comment.