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 j-ororke committed Sep 27, 2024
1 parent 71119b5 commit 5a48f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/python_testing/TC_CADMIN_1_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
import logging
import random
from pathlib import Path
from time import sleep

import chip.clusters as Clusters
from chip.tlv import TLVReader
from chip import ChipDeviceCtrl
from chip.ChipDeviceCtrl import CommissioningParameters
from chip.exceptions import ChipStackError
from chip.interaction_model import Status
from chip.native import PyChipError
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main, MatterStackState
from chip.tlv import TLVReader
from matter_testing_support import MatterBaseTest, MatterStackState, TestStep, async_test_body, default_matter_test_main
from mdns_discovery import mdns_discovery
from mobly import asserts
from time import sleep

opcreds = Clusters.OperationalCredentials
nonce = random.randbytes(32)
Expand Down

0 comments on commit 5a48f12

Please sign in to comment.