Skip to content

Commit 4a932b3

Browse files
restyled-commitscecille
authored andcommitted
Restyled by isort
1 parent f5b5c09 commit 4a932b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_testing/TC_SWTCH.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
from chip.clusters.Attribute import EventReadResult
6262
from chip.tlv import uint
6363
from matter_testing_support import (AttributeValue, ClusterAttributeChangeAccumulator, EventChangeCallback, MatterBaseTest,
64-
TestStep, await_sequence_of_reports, default_matter_test_main, has_feature, run_if_endpoint_matches)
64+
TestStep, await_sequence_of_reports, default_matter_test_main, has_feature,
65+
run_if_endpoint_matches)
6566
from mobly import asserts
6667

6768
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)