Skip to content

Commit cd0cc25

Browse files
Fixed code lints
1 parent 6efc5e3 commit cd0cc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/test_testing/MockTestRunner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
import importlib
1919
import os
20-
import sys
2120
from pathlib import Path
2221
from unittest.mock import MagicMock
2322

2423
from chip.clusters import Attribute
2524
from matter_testing_support.matter_testing import MatterStackState, MatterTestConfig, run_tests_no_exit
2625

26+
# import sys
2727
# try:
2828
# from matter_testing_support.matter_testing import MatterStackState, MatterTestConfig, run_tests_no_exit
2929
# except ImportError:

0 commit comments

Comments
 (0)