X Tutup
Skip to content

Commit 41df02e

Browse files
committed
Remove unused import.
1 parent 3974e17 commit 41df02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/cli.py

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

6565
from bpython import __version__
6666
from bpython.pager import page
67-
from bpython.repl import Interpreter, Repl, next_indentation
67+
from bpython.repl import Interpreter, Repl
6868

6969

7070
def log(x):

0 commit comments

Comments
 (0)
X Tutup