Skip to content

Commit cd20149

Browse files
restyled-commitsaustina-csa
authored andcommitted
Restyled by autopep8
1 parent 2d19d47 commit cd20149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_IDM_2_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ async def verify_cluster_and_server_lists(self, read_request):
247247
for endpoint, endpoint_data in read_request.tlvAttributes.items():
248248
cluster_list = sorted(endpoint_data.keys())
249249
server_list = sorted(endpoint_data.get(Clusters.Descriptor.id, {})
250-
.get(Clusters.Descriptor.Attributes.ServerList.attribute_id, []))
250+
.get(Clusters.Descriptor.Attributes.ServerList.attribute_id, []))
251251
asserts.assert_equal(cluster_list, server_list, f"Cluster list and server list do not match for endpoint {endpoint}")
252252

253253
def verify_read_request(self, read_request):

0 commit comments

Comments
 (0)