Skip to content

Commit bae2d53

Browse files
authored
Update TC_IDM_2_2.py
Removed unused variable
1 parent cd20149 commit bae2d53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python_testing/TC_IDM_2_2.py

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ async def _verify_empty_tuple(self, attr_path, read_request):
186186

187187
async def _verify_non_empty_tuple(self, attr_path, read_request):
188188
endpoint, cluster_obj = attr_path[0]
189-
cluster_ids = list(read_request.tlvAttributes[endpoint].keys())
190189

191190
if hasattr(cluster_obj, 'cluster_id'): # cluster_obj is an Attribute
192191
return await self._verify_attribute_cluster(read_request, endpoint, cluster_obj)

0 commit comments

Comments
 (0)