Skip to content

Commit a8427d2

Browse files
restyled-commitsrbultman
authored andcommitted
Restyled by isort
1 parent 7c1bd44 commit a8427d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_testing/TC_MWOCTRL_2_5.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
# limitations under the License.
1616
#
1717

18+
import logging
19+
1820
import chip.clusters as Clusters
1921
from chip.interaction_model import InteractionModelError, Status
2022
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
2123
from mobly import asserts
22-
import logging
2324

2425
# This test requires several additional command line arguments
2526
# run with

0 commit comments

Comments
 (0)