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 Jul 26, 2024
1 parent 2fb7c52 commit ff395e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_SWTCH.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
from typing import Any

import chip.clusters as Clusters
import test_plan_support
from chip.clusters import ClusterObjects as ClusterObjects
from chip.clusters.Attribute import EventReadResult, TypedAttributePath
from matter_testing_support import (AttributeValue, ClusterAttributeChangeAccumulator, EventChangeCallback, MatterBaseTest,
TestStep, async_test_body, default_matter_test_main)
from mobly import asserts
import test_plan_support

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit ff395e5

Please sign in to comment.