Skip to content

Commit b9463af

Browse files
restyled-commitsj-ororke
authored andcommitted
Restyled by autopep8
1 parent 48b1ff7 commit b9463af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_IDM_3_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async def find_timed_write_attribute(
7373
cluster_type_enum = global_attribute_ids.cluster_id_type(cluster_id)
7474
# If debugging, please uncomment the following line to add Unit Testing clusters to the search and comment out the line below it.
7575
if cluster_type_enum != global_attribute_ids.ClusterIdType.kStandard and cluster_type_enum != global_attribute_ids.ClusterIdType.kTest:
76-
# if cluster_type_enum != global_attribute_ids.ClusterIdType.kStandard:
76+
# if cluster_type_enum != global_attribute_ids.ClusterIdType.kStandard:
7777
continue
7878

7979
for attr_type in cluster_data:

0 commit comments

Comments
 (0)