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 cecille committed Mar 9, 2024
1 parent aba7023 commit 5380da7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_testing/TC_pics_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ def test_TC_IDM_10_4(self):

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

self.step(2)
for cluster_id, cluster in checkable_clusters.items():
Expand Down

0 comments on commit 5380da7

Please sign in to comment.