Skip to content

Commit 2011bfd

Browse files
committed
Remove duplicate import
1 parent c00d1b5 commit 2011bfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/cli/run_file_cmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def __init__(self, options: CliOptions):
3535
"""
3636
self.options = options
3737
# shift sys.argv for compatibility with the old sage bash script and python command when consuming arguments from the command line
38-
import sys
3938
del sys.argv[0]
4039

4140
def run(self) -> int:

0 commit comments

Comments
 (0)