Skip to content

Commit c77441e

Browse files
authored
gh-141125: delete unused import textwrap in interpreter.py (#141126)
1 parent 42d0140 commit c77441e

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)