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 Aug 22, 2024
1 parent 7dbbb2f commit bdb637a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/python_testing/TC_DEM_2_10.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@
"""Define Matter test case TC_DEM_2_10."""


import logging
import datetime
import logging
import time

import chip.clusters as Clusters
from chip.interaction_model import Status
from matter_testing_support import ClusterAttributeChangeAccumulator, MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from matter_testing_support import (ClusterAttributeChangeAccumulator, MatterBaseTest, TestStep, async_test_body,
default_matter_test_main)
from mobly import asserts
from TC_DEMTestBase import DEMTestBase

Expand Down

0 comments on commit bdb637a

Please sign in to comment.