Skip to content

Commit b6f9b52

Browse files
authored
Update Lib/test/test_os.py
1 parent c3aad18 commit b6f9b52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_os.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,8 +2263,7 @@ def test_execve_env_concurrent_mutation_with_fspath_posix(self):
22632263
# Regression test for https://github.com/python/cpython/issues/143309.
22642264

22652265
message = "hello from execve"
2266-
code = """
2267-
import os, sys
2266+
code = """import os, sys
22682267
22692268
class MyPath:
22702269
def __fspath__(self):

0 commit comments

Comments
 (0)