Skip to content

Commit ea2de25

Browse files
restyled-commitsvatsalghelani-csa
authored andcommitted
Restyled by isort
1 parent 66bd240 commit ea2de25

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/python_testing/test_testing/test_TC_ICDM_2_1.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
# limitations under the License.
1717
#
1818

19-
from MockTestRunner import MockTestRunner
20-
from chip.clusters import Attribute
21-
import chip.clusters as Clusters
2219
import string
2320
import sys
2421
from dataclasses import dataclass
2522

23+
import chip.clusters as Clusters
24+
from chip.clusters import Attribute
25+
from MockTestRunner import MockTestRunner
26+
2627
# Add the parent directory to sys.path to allow importing
2728
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
2829

0 commit comments

Comments
 (0)