Skip to content

Commit ca91cab

Browse files
restyled-commitsvatsalghelani-csa
authored andcommitted
Restyled by isort
1 parent 7ff2d84 commit ca91cab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/python_testing/TC_SWTCH.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@
9090
import test_plan_support
9191
from chip.clusters import ClusterObjects as ClusterObjects
9292
from chip.clusters.Attribute import EventReadResult
93-
from chip.testing.matter_testing import (AttributeValue, ClusterAttributeChangeAccumulator, EventChangeCallback, MatterBaseTest, TestStep,
94-
await_sequence_of_reports, default_matter_test_main, has_feature, run_if_endpoint_matches)
93+
from chip.testing.matter_testing import (AttributeValue, ClusterAttributeChangeAccumulator, EventChangeCallback, MatterBaseTest,
94+
TestStep, await_sequence_of_reports, default_matter_test_main, has_feature,
95+
run_if_endpoint_matches)
9596
from chip.tlv import uint
9697
from mobly import asserts
9798

0 commit comments

Comments
 (0)