Skip to content

Commit 1d37669

Browse files
[STYLE] Minor improvement for code style
1 parent af12057 commit 1d37669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonrepo/pythonrepo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def NoOp(*args, **kwargs) -> None:
7171
"""The callable function tasks of this program."""
7272

7373

74-
def parseArgs(arguments=None) -> argparse.Namespace:
74+
def parseArgs(arguments=None) -> tuple[argparse.Namespace, list[str]]:
7575
"""Parses the CLI arguments.
7676
7777
See `argparse.ArgumentParser` for more.

0 commit comments

Comments
 (0)