gh-141125: delete unused import textwrap in interpreter.py (#141126)

This commit is contained in:
yihong 2025-11-07 08:02:47 +08:00 committed by GitHub
parent 42d0140860
commit c77441ef1d
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