Skip to content

Commit ac473c3

Browse files
committed
Remove unnecessary import
1 parent 1d198ef commit ac473c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/urwid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def wrapper(*args, **kwargs):
141141
except:
142142
# This is the same as in urwid.
143143
# We are obviously not supposed to ever hit this.
144-
import sys
145144
print(sys.exc_info())
146145
self._exc_info = sys.exc_info()
147146
self.reactor.crash()

0 commit comments

Comments
 (0)