Skip to content

Commit 3ae9b10

Browse files
vilhelmprytzsebastinas
authored andcommitted
Remove unused imports
1 parent 8d6ffe6 commit 3ae9b10

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bpython/curtsiesfrontend/coderunner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"""
1414

1515
import code
16-
import threading
1716
import signal
1817
import greenlet
1918
import logging

bpython/curtsiesfrontend/repl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import subprocess
1212
import sys
1313
import tempfile
14-
import threading
1514
import time
1615
import unicodedata
1716
from six.moves import range

0 commit comments

Comments
 (0)