mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
[Minor] [Incoherent Type Hinting Noises]
This commit is contained in:
parent
91e4e7998b
commit
26c8a8be6e
3
l10n.py
3
l10n.py
@ -351,7 +351,8 @@ class _Translations(Translations):
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user