Skip to content

Commit 8635e3b

Browse files
Remove unwanted import os from 2 scripts
1 parent da8cde5 commit 8635e3b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/python_testing/test_testing/TestDecorators.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#
2626
# You will get step_* calls as appropriate in between the test_start and test_stop calls if the test is not skipped.
2727

28-
import os
2928
import sys
3029

3130
import chip.clusters as Clusters

src/python_testing/test_testing/test_TC_SC_7_1.py

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

19-
import os
2019
import sys
2120
from random import randbytes
2221

0 commit comments

Comments
 (0)