Skip to content

Commit

Permalink
style(args): add missing typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 3, 2024
1 parent 8d5a622 commit 63ac8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pikaur/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if schema[1] is not None
]
ALL_ACTIONS: "Final[list[str]]" = ALL_PACMAN_ACTIONS + ALL_PIKAUR_ACTIONS
LIST_ALL_ACTIONS = "_ALL_"
LIST_ALL_ACTIONS: "Final[str]" = "_ALL_"


def print_stderr(msg: str | None = None) -> None:
Expand Down

0 comments on commit 63ac8e7

Please sign in to comment.