Skip to content

Commit 1952bfe

Browse files
frneersloretz
authored andcommitted
Fix typing annotation
Signed-off-by: Francisco Rossi <frossi@ekumenlabs.com>
1 parent a2e4e32 commit 1952bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosidl_cli/rosidl_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def add_subparsers(
2626
parser: argparse.ArgumentParser,
2727
cli_name: str,
2828
commands: List[Union[GenerateCommand, TranslateCommand]]
29-
) -> argparse._SubParsersAction[argparse.ArgumentParser]:
29+
) -> argparse._SubParsersAction:
3030
"""
3131
Create argparse subparser for each command.
3232

0 commit comments

Comments
 (0)