Skip to content

Commit 0a9d5c8

Browse files
aisksobolevn
andauthored
Update Lib/test/test_concurrent_futures/test_interpreter_pool.py
Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent 36f0a0c commit 0a9d5c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_concurrent_futures/test_interpreter_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def test_free_reference(self):
462462
@support.requires_subprocess()
463463
def test_import_interpreter_pool_executor(self):
464464
# Test the import behavior normally if _interpreters is unavailable.
465-
code = textwrap.dedent(f"""
465+
code = textwrap.dedent("""
466466
import sys
467467
# Set it to None to emulate the case when _interpreter is unavailable.
468468
sys.modules['_interpreters'] = None

0 commit comments

Comments
 (0)