1
0
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:
David Sangrey 2024-04-22 19:22:34 -04:00
parent 91e4e7998b
commit 26c8a8be6e
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -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