From c77441ef1d1f3182280bd14d11516d54f38fe90b Mon Sep 17 00:00:00 2001 From: yihong Date: Fri, 7 Nov 2025 08:02:47 +0800 Subject: [PATCH] gh-141125: delete unused import textwrap in interpreter.py (#141126) --- Lib/concurrent/futures/interpreter.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3