We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94b45b commit 8be7993Copy full SHA for 8be7993
src/python_testing/test_testing/test_TC_ICDM_2_1.py
@@ -20,13 +20,13 @@
20
import sys
21
from dataclasses import dataclass
22
23
+# Add the parent directory to sys.path to allow importing
24
+sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
25
+
26
import chip.clusters as Clusters
27
from chip.clusters import Attribute
28
from MockTestRunner import MockTestRunner
29
-# Add the parent directory to sys.path to allow importing
-sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
-
30
c = Clusters.IcdManagement
31
attr = c.Attributes
32
uat = c.Bitmaps.UserActiveModeTriggerBitmap
0 commit comments