Skip to content

Commit 7ae5351

Browse files
Fix casing
Co-authored-by: Tobias Diez <[email protected]>
1 parent 2011bfd commit 7ae5351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/cli/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ class CliOptions:
2323
command: str | None = None
2424

2525
"""The file to execute."""
26-
file: List[str] | None = None
26+
file: list[str] | None = None

0 commit comments

Comments
 (0)