Skip to content

Commit 2b4ba12

Browse files
Update Lib/test/test_capi/test_pyrun.py
1 parent 5974757 commit 2b4ba12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_capi/test_pyrun.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import unittest, os
1+
import os
2+
import unittest
23
from collections import UserDict
34
from test.support import import_helper
45
from test.support.os_helper import unlink, TESTFN, TESTFN_UNDECODABLE

0 commit comments

Comments
 (0)