Skip to content

Commit 8555d1d

Browse files
committed
Remove duplicated import.
1 parent 2767105 commit 8555d1d

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
@@ -1,7 +1,6 @@
11
"""
22
Module to handle command line argument parsing, for all front-ends.
33
"""
4-
from __future__ import with_statement
54

65
from __future__ import with_statement
76
import os

0 commit comments

Comments
 (0)