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 PeterC1965 committed Jul 8, 2024
1 parent 79ab87f commit f3d6018
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/python_testing/TC_DEM_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
import chip.clusters as Clusters
from chip.clusters.Types import NullValue
from chip.interaction_model import Status
from DEMTestBase import DEMTestBase
from matter_testing_support import EventChangeCallback, MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts
from DEMTestBase import DEMTestBase

logger = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions src/python_testing/TC_DEM_2_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
# limitations under the License.


import time
import logging
import time

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

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/TC_DEM_2_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

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

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/TC_DEM_2_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

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

logger = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions src/python_testing/TC_DEM_2_7.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""Define Matter test case TC_DEM_2_7."""


import logging
import datetime
import logging

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

logger = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions src/python_testing/TC_DEM_2_8.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""Define Matter test case TC_DEM_2_8."""


import logging
import datetime
import logging

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

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/TC_DEM_2_9.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
import logging

import chip.clusters as Clusters
from DEMTestBase import DEMTestBase
from matter_testing_support import EventChangeCallback, MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts
from DEMTestBase import DEMTestBase

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f3d6018

Please sign in to comment.