mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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:
parent
229846e841
commit
a49d0ccdb8
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
from concurrent import interpreters
|
from concurrent import interpreters
|
||||||
import sys
|
import sys
|
||||||
import textwrap
|
|
||||||
from . import thread as _thread
|
from . import thread as _thread
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue