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 Andrey Khodyrev committed Feb 4, 2025
1 parent 7cb1c4a commit 098b8c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/python_testing/TC_CNET_4_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@

import chip.clusters as Clusters
import test_plan_support
from chip.testing.matter_testing import MatterBaseTest, TestStep, default_matter_test_main, has_feature, \
run_if_endpoint_matches
from mobly import asserts
from chip.testing import matter_asserts
from chip.clusters.Types import NullValue
from chip.testing import matter_asserts
from chip.testing.matter_testing import MatterBaseTest, TestStep, default_matter_test_main, has_feature, run_if_endpoint_matches
from mobly import asserts


class TC_CNET_4_3(MatterBaseTest):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Matter-specific assertions building on top of Mobly asserts.
"""

from typing import Any, List, Optional, Type, TypeVar, Callable
from typing import Any, Callable, List, Optional, Type, TypeVar

from mobly import asserts

Expand Down

0 comments on commit 098b8c3

Please sign in to comment.