Skip to content

Commit b94b45b

Browse files
restyled-commitsvatsalghelani-csa
authored andcommitted
Restyled by isort
1 parent 099fcf2 commit b94b45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python_testing/test_testing/MockTestRunner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
import importlib
1919
import os
20+
import sys
2021
from pathlib import Path
2122
from unittest.mock import MagicMock
22-
import sys
2323

2424
from chip.clusters import Attribute
2525
from matter_testing_support.matter_testing import MatterStackState, MatterTestConfig, run_tests_no_exit

src/python_testing/test_testing/test_TC_ICDM_2_1.py

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

19-
from MockTestRunner import MockTestRunner
2019
import string
2120
import sys
2221
from dataclasses import dataclass
2322

2423
import chip.clusters as Clusters
2524
from chip.clusters import Attribute
25+
from MockTestRunner import MockTestRunner
2626

2727
# Add the parent directory to sys.path to allow importing
2828
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))

0 commit comments

Comments
 (0)