From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:29:25 +0000 (+0100) Subject: [3.14] gh-141125: delete unused import textwrap in interpreter.py (GH-141126) (#141177) X-Git-Tag: v3.14.1~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49d0ccdb8c621e73e7344eb4aac3e9d71b99da0;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-141125: delete unused import textwrap in interpreter.py (GH-141126) (#141177) gh-141125: delete unused import textwrap in interpreter.py (GH-141126) (cherry picked from commit c77441ef1d1f3182280bd14d11516d54f38fe90b) Co-authored-by: yihong --- diff --git a/Lib/concurrent/futures/interpreter.py b/Lib/concurrent/futures/interpreter.py index 53c6e757ded2..85c1da2c7228 100644 --- a/Lib/concurrent/futures/interpreter.py +++ b/Lib/concurrent/futures/interpreter.py @@ -2,7 +2,6 @@ from concurrent import interpreters import sys -import textwrap from . import thread as _thread import traceback