Skip to content

Commit 5380da7

Browse files
restyled-commitscecille
authored andcommitted
Restyled by autopep8
1 parent aba7023 commit 5380da7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_testing/TC_pics_checker.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def test_TC_IDM_10_4(self):
124124

125125
# TODO: consider what we want to do with the OTA clusters. They do not currently have PICS codes.
126126
ota_ids = [Clusters.OtaSoftwareUpdateProvider.id, Clusters.OtaSoftwareUpdateRequestor.id]
127-
checkable_clusters = {cluster_id: cluster for cluster_id, cluster in checkable_clusters.items() if cluster_id not in ota_ids}
127+
checkable_clusters = {cluster_id: cluster for cluster_id,
128+
cluster in checkable_clusters.items() if cluster_id not in ota_ids}
128129

129130
self.step(2)
130131
for cluster_id, cluster in checkable_clusters.items():

0 commit comments

Comments
 (0)