Skip to content

Commit bdb637a

Browse files
restyled-commitsPeterC1965
authored andcommitted
Restyled by isort
1 parent 7dbbb2f commit bdb637a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/python_testing/TC_DEM_2_10.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@
3030
"""Define Matter test case TC_DEM_2_10."""
3131

3232

33-
import logging
3433
import datetime
34+
import logging
3535
import time
3636

3737
import chip.clusters as Clusters
3838
from chip.interaction_model import Status
39-
from matter_testing_support import ClusterAttributeChangeAccumulator, MatterBaseTest, TestStep, async_test_body, default_matter_test_main
39+
from matter_testing_support import (ClusterAttributeChangeAccumulator, MatterBaseTest, TestStep, async_test_body,
40+
default_matter_test_main)
4041
from mobly import asserts
4142
from TC_DEMTestBase import DEMTestBase
4243

0 commit comments

Comments
 (0)