Skip to content

Commit ff395e5

Browse files
restyled-commitscecille
authored andcommitted
Restyled by isort
1 parent 2fb7c52 commit ff395e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_SWTCH.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
from typing import Any
3535

3636
import chip.clusters as Clusters
37+
import test_plan_support
3738
from chip.clusters import ClusterObjects as ClusterObjects
3839
from chip.clusters.Attribute import EventReadResult, TypedAttributePath
3940
from matter_testing_support import (AttributeValue, ClusterAttributeChangeAccumulator, EventChangeCallback, MatterBaseTest,
4041
TestStep, async_test_body, default_matter_test_main)
4142
from mobly import asserts
42-
import test_plan_support
4343

4444
logger = logging.getLogger(__name__)
4545

0 commit comments

Comments
 (0)