[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 c77441ef1d)

Co-authored-by: yihong <zouzou0208@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-11-07 01:29:25 +01:00 committed by GitHub
parent 229846e841
commit a49d0ccdb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
from concurrent import interpreters
import sys
import textwrap
from . import thread as _thread
import traceback