Skip to content

Commit 30afb3c

Browse files
committed
Remove unused imports (thanks pyflakes!)
1 parent 9f407ae commit 30afb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/urwid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
from pygments.token import Token
4545

46-
from bpython import inspection, importcompletion, args as bpargs, repl
46+
from bpython import args as bpargs, repl
4747
from bpython.formatter import theme_map
4848

4949
import urwid

0 commit comments

Comments
 (0)