https://github.com/python/cpython/commit/c77441ef1d1f3182280bd14d11516d54f38fe90b commit: c77441ef1d1f3182280bd14d11516d54f38fe90b branch: main author: yihong <[email protected]> committer: hauntsaninja <[email protected]> date: 2025-11-06T16:02:47-08:00 summary:
gh-141125: delete unused import textwrap in interpreter.py (#141126) files: M Lib/concurrent/futures/interpreter.py diff --git a/Lib/concurrent/futures/interpreter.py b/Lib/concurrent/futures/interpreter.py index 53c6e757ded2e3..85c1da2c722894 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
