Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e72b2e

Browse files
restyled-commitsjtrejoespinoza-grid
authored andcommittedFeb 10, 2025·
Restyled by isort
1 parent 80c28db commit 2e72b2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎src/python_testing/TC_MOD_1_2.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@
3636
# === END CI TEST ARGUMENTS ===""import typing
3737

3838
import logging
39+
3940
import chip.clusters as Clusters
40-
from chip.testing.matter_testing import (MatterBaseTest, TestStep, async_test_body, default_matter_test_main)
41-
from mobly import asserts
4241
from chip.clusters.Types import Nullable
42+
from chip.testing.matter_testing import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
43+
from mobly import asserts
4344

4445
logger = logging.getLogger(__name__)
4546

0 commit comments

Comments
 (0)
Please sign in to comment.