Skip to content

Commit f526ed1

Browse files
restyled-commitsabalestra22
authored andcommitted
Restyled by isort
1 parent 699681e commit f526ed1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/python_testing/TC_CC_6_5.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@
3737
import logging
3838

3939
import chip.clusters as Clusters
40-
from chip.clusters import OnOff, Descriptor
40+
from chip.clusters import Descriptor, OnOff
4141
from chip.interaction_model import Status
42-
from matter_testing_infrastructure.chip.testing.matter_testing import (
43-
MatterBaseTest, TestStep, async_test_body, default_matter_test_main,
44-
)
42+
from matter_testing_infrastructure.chip.testing.matter_testing import (MatterBaseTest, TestStep, async_test_body,
43+
default_matter_test_main)
4544
from mobly import asserts
4645

4746
BOOT_WAIT_TIME = 10 # seconds

0 commit comments

Comments
 (0)