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 rbultman committed Jul 30, 2024
1 parent d3e73ff commit 1318d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_OPSTATE_2_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@


import chip.clusters as Clusters
from matter_testing_support import (MatterBaseTest, TestStep, async_test_body, default_matter_test_main,
has_cluster, has_attribute, per_endpoint_test)
from matter_testing_support import (MatterBaseTest, TestStep, async_test_body, default_matter_test_main, has_attribute, has_cluster,
per_endpoint_test)
from TC_OpstateCommon import TC_OPSTATE_BASE, TestInfo


Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/TC_OpstateCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from chip.clusters.Attribute import EventReadResult, SubscriptionTransaction
from chip.clusters.Types import NullValue
from chip.interaction_model import InteractionModelError, Status
from matter_testing_support import (ClusterAttributeChangeAccumulator, EventChangeCallback, TestStep)
from matter_testing_support import ClusterAttributeChangeAccumulator, EventChangeCallback, TestStep
from mobly import asserts


Expand Down

0 comments on commit 1318d53

Please sign in to comment.