Skip to content

Commit 8b3c16c

Browse files
restyled-commitsarkq
authored andcommitted
Restyled by isort
1 parent 95fa9af commit 8b3c16c

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

src/python_testing/TC_MCORE_FS_1_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
from ecdsa.curves import NIST256p
3535
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main, type_matches
3636
from mobly import asserts
37-
from TC_SC_3_6 import AttributeChangeAccumulator
3837
from TC_MCORE_FS_1_1 import AppServer
38+
from TC_SC_3_6 import AttributeChangeAccumulator
3939

4040
# Length of `w0s` and `w1s` elements
4141
WS_LENGTH = NIST256p.baselen + 8

src/python_testing/TC_MCORE_FS_1_3.py

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
from chip.interaction_model import Status
4444
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main, type_matches
4545
from mobly import asserts
46-
4746
from TC_MCORE_FS_1_1 import AppServer
4847

4948

src/python_testing/TC_MCORE_FS_1_4.py

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
from chip.testing.tasks import Subprocess
4545
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main, type_matches
4646
from mobly import asserts
47-
4847
from TC_MCORE_FS_1_1 import AppServer
4948

5049

src/python_testing/TC_MCORE_FS_1_5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
from ecdsa.curves import NIST256p
3333
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main, type_matches
3434
from mobly import asserts
35-
from TC_SC_3_6 import AttributeChangeAccumulator
3635
from TC_MCORE_FS_1_1 import AppServer
36+
from TC_SC_3_6 import AttributeChangeAccumulator
3737

3838
# Length of `w0s` and `w1s` elements
3939
WS_LENGTH = NIST256p.baselen + 8

0 commit comments

Comments
 (0)