Skip to content

Commit 7b96cf7

Browse files
author
Anselm Kruis
authored
Update test_regrtest.py
Remove an unused "import sys".
1 parent 22e032a commit 7b96cf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_regrtest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@ def test_crashed(self):
824824
class TempCwdTestCase(unittest.TestCase):
825825
@unittest.skipUnless(hasattr(os, "fork"), "test requires os.fork")
826826
def test_forked_child(self):
827-
import sys
828827
with support.temp_cwd() as cwd:
829828
pid = os.fork()
830829
if pid != 0:

0 commit comments

Comments
 (0)