Skip to content

Commit

Permalink
[Minor] [Incoherent Type Hinting Noises]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Apr 22, 2024
1 parent 91e4e79 commit 26c8a8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l10n.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ def __init__(self):
super().__init__()


Translations = translations # Yes, I know this is awful renaming garbage. But we need it for compat.
# Yes, I know this is awful renaming garbage. But we need it for compat.
Translations: Translations = translations # type: ignore
# End Deprecation Zone

# generate template strings file - like xgettext
Expand Down

0 comments on commit 26c8a8b

Please sign in to comment.