Skip to content

Commit fe461ab

Browse files
committed
Remove another unused import (thanks, pyflakes!)
1 parent 30afb3c commit fe461ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/args.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import sys
88
import code
99
from optparse import OptionParser, OptionGroup
10-
from itertools import takewhile
1110

1211
from bpython import __version__
1312
from bpython.config import loadini, Struct, migrate_rc

0 commit comments

Comments
 (0)