Skip to content

Commit 635d72d

Browse files
committed
add missing import
1 parent 045c28a commit 635d72d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/python_testing/TC_SC_3_6.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import queue
2121
import time
2222
from threading import Event
23+
from typing import List
2324

2425
import chip.clusters as Clusters
2526
from chip.clusters import ClusterObjects as ClustersObjects

0 commit comments

Comments
 (0)