X Tutup
Skip to content

Commit 99a889b

Browse files
committed
Remove unnecessary import
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 65a17cf commit 99a889b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,6 @@ def main(args=None, locals_=None, banner=None):
19571957
return repl.extract_exit_value(exit_value)
19581958

19591959
if __name__ == '__main__':
1960-
from bpython.cli import main
19611960
sys.exit(main())
19621961

19631962
# vim: sw=4 ts=4 sts=4 ai et

0 commit comments

Comments
 (0)
X Tutup