Skip to content

Commit 099fcf2

Browse files
restyled-commitsvatsalghelani-csa
authored andcommitted
Restyled by autopep8
1 parent 6e47a6f commit 099fcf2

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,6 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19+
from MockTestRunner import MockTestRunner
1920
import string
2021
import sys
2122
from dataclasses import dataclass
@@ -25,7 +26,6 @@
2526

2627
# Add the parent directory to sys.path to allow importing
2728
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)