Skip to content

Commit

Permalink
style(multi-export): improve typehints
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jun 19, 2024
1 parent 9b83597 commit cf1806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oomox_gui/multi_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

DEFAULT_PADDING: "Final[int]" = 8
CONFIG_FILE_PREFIX: "Final[str]" = "multi_export_"
LAST_PRESET = "last_preset"
LAST_PRESET: "Final[str]" = "last_preset"


class SaveAsDialog(EntryDialog):
Expand Down

0 comments on commit cf1806c

Please sign in to comment.