Skip to content

Commit 9e0bc95

Browse files
authored
Returns fix
1 parent 45a108c commit 9e0bc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pre_commit_terraform/_cli_parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def initialize_argument_parser() -> ArgumentParser:
3535
"""Return the root argument parser with sub-commands.
3636
3737
Returns:
38-
ReturnCodeType: The return code of the app.
38+
ArgumentParser: The root parser with sub-commands attached.
3939
"""
4040
root_cli_parser = ArgumentParser(prog=f'python -m {__package__ !s}')
4141
attach_subcommand_parsers_to(root_cli_parser)

0 commit comments

Comments
 (0)