Skip to content

Commit

Permalink
fix: solve typy hint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wvenialbo committed Sep 2, 2024
1 parent 729bcaa commit 72c3b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retspy_radar/shared/cli_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, **kwargs: Any) -> None:
self._optionals.title = "Argumentos opcionales"


SubParsersAction = SubParsersAction_[CustomArgumentParser]
type SubParsersAction = SubParsersAction_[CustomArgumentParser]


class CLIParserBase:
Expand Down

0 comments on commit 72c3b0d

Please sign in to comment.