]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-141125: delete unused import textwrap in interpreter.py (GH-141126) (#141177)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Nov 2025 00:29:25 +0000 (01:29 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Nov 2025 00:29:25 +0000 (00:29 +0000)
gh-141125: delete unused import textwrap in interpreter.py (GH-141126)
(cherry picked from commit c77441ef1d1f3182280bd14d11516d54f38fe90b)

Co-authored-by: yihong <zouzou0208@gmail.com>
Lib/concurrent/futures/interpreter.py

index 53c6e757ded2e33303f7ad119b9290ba9e4b1d1e..85c1da2c7228943cc168d7430e2ce06898eb6282 100644 (file)
@@ -2,7 +2,6 @@
 
 from concurrent import interpreters
 import sys
-import textwrap
 from . import thread as _thread
 import traceback