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 Jan 16, 2023
1 parent 268f93e commit c1ee02b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/python_testing/TC_ACE_1_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
# limitations under the License.
#

from matter_testing_support import MatterBaseTest, default_matter_test_main, async_test_body
from chip.interaction_model import Status, InteractionModelError
import chip.clusters as Clusters
import logging

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


Expand Down
3 changes: 1 addition & 2 deletions src/python_testing/matter_testing_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
import chip.clusters as Clusters
import chip.logging
import chip.native

from chip.ChipStack import *
from chip.interaction_model import Status, InteractionModelError
from chip.interaction_model import InteractionModelError, Status
from chip.storage import PersistentStorage
from chip.utils import CommissioningBuildingBlocks
from mobly import asserts, base_test, logger, signals, utils
Expand Down

0 comments on commit c1ee02b

Please sign in to comment.