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 jtrejoespinoza-grid committed Jan 28, 2025
1 parent db10a64 commit dfda658
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/python_testing/TC_REFALM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,22 @@
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
# === END CI TEST ARGUMENTS ===

import json
import logging
from time import sleep
from typing import Any
import queue
import json
import chip.clusters as Clusters
import typing
from chip.clusters.ClusterObjects import ClusterObjectDescriptor, ClusterCommand, ClusterObjectFieldDescriptor
from chip.interaction_model import InteractionModelError, Status
from chip.testing.matter_testing import MatterBaseTest, TestStep, async_test_body, default_matter_test_main, SimpleEventCallback, type_matches
from mobly import asserts
from dataclasses import dataclass
from time import sleep
from typing import Any

import chip.clusters as Clusters
from chip import ChipUtility
from chip.clusters.ClusterObjects import ClusterCommand, ClusterObjectDescriptor, ClusterObjectFieldDescriptor
from chip.interaction_model import InteractionModelError, Status
from chip.testing.matter_testing import (MatterBaseTest, SimpleEventCallback, TestStep, async_test_body, default_matter_test_main,
type_matches)
from chip.tlv import uint

from mobly import asserts

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit dfda658

Please sign in to comment.