Skip to content

Commit

Permalink
Restyled by isort
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and cecille committed Dec 5, 2023
1 parent 2c578f2 commit bc0bacd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/python_testing/TC_ACE_1_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import chip.clusters as Clusters
from chip.interaction_model import Status
from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main, TestStep
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts


Expand Down
6 changes: 3 additions & 3 deletions src/python_testing/hello_external_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
import signal
import subprocess
import sys

from hello_test import HelloTest
from matter_testing_support import run_tests, MatterTestConfig, get_test_info
from multiprocessing import Process
from multiprocessing.managers import BaseManager

from hello_test import HelloTest
from matter_testing_support import MatterTestConfig, get_test_info, run_tests

try:
from matter_yamltests.hooks import TestRunnerHooks
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/hello_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import chip.clusters as Clusters
from chip.interaction_model import Status
from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main, TestStep
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts


Expand Down

0 comments on commit bc0bacd

Please sign in to comment.