From 26c8a8be6e168aa9c6a44dc2ec40683cedaa52c5 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Mon, 22 Apr 2024 19:22:34 -0400 Subject: [PATCH] [Minor] [Incoherent Type Hinting Noises] --- l10n.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/l10n.py b/l10n.py index e72499de..c4a92a67 100755 --- a/l10n.py +++ b/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