mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-141125: delete unused import textwrap in interpreter.py (#141126)
This commit is contained in:
parent
42d0140860
commit
c77441ef1d
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