Skip to content

Commit fa64637

Browse files
committed
fix: delete unused import textwrap in interpreter.py
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 parent 95f6e12 commit fa64637

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)