From d3e73ffd73edb22d66556d72f10f3ba3c0911ac0 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 30 Jul 2024 14:55:55 +0000 Subject: [PATCH] Restyled by autopep8 --- src/python_testing/TC_OpstateCommon.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/python_testing/TC_OpstateCommon.py b/src/python_testing/TC_OpstateCommon.py index ca9f614f36a971..740772d046a4c7 100644 --- a/src/python_testing/TC_OpstateCommon.py +++ b/src/python_testing/TC_OpstateCommon.py @@ -1273,11 +1273,11 @@ async def TEST_TC_OPSTATE_BASE_2_6(self, endpoint=1): asserts.assert_greater(count, 0, "Did not receive any reports for CountdownTime") self.step(5) - #while operation not ended + # while operation not ended count = sub_handler.attribute_report_counts[attributes.CountdownTime] asserts.assert_less_equal(count, 5, "Received more than 5 reports for CountdownTime") asserts.assert_greater(count, 0, "Did not receive any reports for CountdownTime") - # ensure at least one report + # ensure at least one report sub_handler.attribute_report_counts.reset() self.step(6) @@ -1287,8 +1287,8 @@ async def TEST_TC_OPSTATE_BASE_2_6(self, endpoint=1): self.step(7) await self.read_and_expect_value(endpoint=endpoint, - attribute=attributes.OperationalState, - expected_value=cluster.Enums.OperationalStateEnum.kRunning) + attribute=attributes.OperationalState, + expected_value=cluster.Enums.OperationalStateEnum.kRunning) sub_handler.attribute_report_counts.reset() self.step(8)