Skip to content

Commit 026828d

Browse files
restyled-commitsj-ororke
authored andcommitted
Restyled by autopep8
1 parent 114c6ff commit 026828d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TC_PWRTL_2_1.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def test_TC_PWRTL_2_1(self):
4141
attributes = Clusters.PowerTopology.Attributes
4242

4343
endpoint = 1
44-
44+
4545
powertop_attr_list = Clusters.Objects.PowerTopology.Attributes.AttributeList
4646
powertop_cluster = Clusters.Objects.PowerTopology
4747
attribute_list = await self.read_single_attribute_check_success(endpoint=endpoint, cluster=powertop_cluster, attribute=powertop_attr_list)
@@ -59,7 +59,7 @@ async def test_TC_PWRTL_2_1(self):
5959
else:
6060
logging.info("AvailableEndpoints: %s" % (available_endpoints))
6161
asserts.assert_less_equal(len(available_endpoints), 21,
62-
"AvailableEndpoints length %d must be less than 21!" % len(available_endpoints))
62+
"AvailableEndpoints length %d must be less than 21!" % len(available_endpoints))
6363

6464
self.print_step(3, "Read ActiveEndpoints attribute")
6565
if act_endpoints_attr_id in attribute_list:

0 commit comments

Comments
 (0)