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 Aug 19, 2024
1 parent 6eb5564 commit 78d20ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_PWRTL_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def test_TC_PWRTL_2_1(self):
attributes = Clusters.PowerTopology.Attributes

endpoint = 1

powertop_attr_list = Clusters.Objects.PowerTopology.Attributes.AttributeList
powertop_cluster = Clusters.Objects.PowerTopology
attribute_list = await self.read_single_attribute_check_success(endpoint=endpoint, cluster=powertop_cluster, attribute=powertop_attr_list)
Expand All @@ -64,7 +64,7 @@ async def test_TC_PWRTL_2_1(self):
else:
logging.info("AvailableEndpoints: %s" % (available_endpoints))
asserts.assert_less_equal(len(available_endpoints), 21,
"AvailableEndpoints length %d must be less than 21!" % len(available_endpoints))
"AvailableEndpoints length %d must be less than 21!" % len(available_endpoints))

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

0 comments on commit 78d20ef

Please sign in to comment.