Skip to content

Commit

Permalink
Add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Aug 28, 2024
1 parent 3e8cc44 commit 72013d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plover_platform_specific_translation/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _platform_specific_translation(
)
config.save(_CONFIG_FILEPATH, self._platform_translations)

action = ctx.new_action()
action: _Action = ctx.new_action()

if platform_translation_type == translation.COMBO:
action.combo = platform_translation
Expand Down

0 comments on commit 72013d9

Please sign in to comment.