Skip to content

Commit 6e47a6f

Browse files
Fixed imports on test_TC_ICDM_2_1.py
1 parent 9b6fa90 commit 6e47a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/test_testing/test_TC_ICDM_2_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# limitations under the License.
1717
#
1818

19-
from MockTestRunner import MockTestRunner
2019
import string
2120
import sys
2221
from dataclasses import dataclass
@@ -26,6 +25,7 @@
2625

2726
# Add the parent directory to sys.path to allow importing
2827
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
28+
from MockTestRunner import MockTestRunner
2929

3030
c = Clusters.IcdManagement
3131
attr = c.Attributes

0 commit comments

Comments
 (0)