Skip to content

Commit 2600a51

Browse files
restyled-commitsvatsalghelani-csa
authored andcommitted
Restyled by isort
1 parent 8635e3b commit 2600a51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/python_testing/test_testing/TestDecorators.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
# You will get step_* calls as appropriate in between the test_start and test_stop calls if the test is not skipped.
2727

2828
import sys
29+
from typing import Optional
2930

3031
import chip.clusters as Clusters
3132
from chip.clusters import Attribute
32-
from matter_testing_support.matter_testing import (MatterBaseTest, async_test_body, get_accepted_endpoints_for_test,
33-
has_attribute, has_cluster, has_feature, per_endpoint_test, per_node_test)
34-
from typing import Optional
33+
from matter_testing_support.matter_testing import (MatterBaseTest, async_test_body, get_accepted_endpoints_for_test, has_attribute,
34+
has_cluster, has_feature, per_endpoint_test, per_node_test)
3535
from mobly import asserts
3636
from MockTestRunner import MockTestRunner
3737

0 commit comments

Comments
 (0)