Skip to content

Commit

Permalink
Update TC_OCC_3_2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehs6sam authored Jul 30, 2024
1 parent 37be841 commit 293b97e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/python_testing/TC_OCC_3_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
#

import logging

import time
import queue
from typing import Any, List, Optional, Tuple
from chip import ChipDeviceCtrl
import chip.clusters as Clusters
from chip.clusters.Types import NullValue
from chip.clusters.Attribute import EventReadResult, SubscriptionTransaction, TypedAttributePath
from matter_testing_support import MatterBaseTest, ClusterAttributeChangeAccumulator, TestStep, async_test_body, default_matter_test_main
from mobly import asserts

Expand Down

0 comments on commit 293b97e

Please sign in to comment.