Skip to content

Commit a49d0cc

Browse files
[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 c77441e) Co-authored-by: yihong <zouzou0208@gmail.com>
1 parent 229846e commit a49d0cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/concurrent/futures/interpreter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from concurrent import interpreters
44
import sys
5-
import textwrap
65
from . import thread as _thread
76
import traceback
87

0 commit comments

Comments
 (0)