Skip to content

Commit 8639448

Browse files
committed
restyle
1 parent c77a534 commit 8639448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TC_LCFG_2_1.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
# quiet: true
3636
# === END CI TEST ARGUMENTS ===
3737

38+
import random
3839

3940
import chip.clusters as Clusters
4041
import langcodes
41-
import random
4242
from chip.interaction_model import Status
43-
from chip.testing.matter_testing import MatterBaseTest, TestStep, default_matter_test_main, has_cluster, run_if_endpoint_matches
4443
from chip.testing.matter_asserts import assert_non_empty_string
44+
from chip.testing.matter_testing import MatterBaseTest, TestStep, default_matter_test_main, has_cluster, run_if_endpoint_matches
4545
from mobly import asserts
4646

4747

0 commit comments

Comments
 (0)