mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-04 15:03:10 -05:00
chore: remove unused jinja export option (#5631)
This commit is contained in:
@@ -13,7 +13,7 @@ TRANSLATIONS = CWD / "messages"
|
||||
|
||||
class Translator(Protocol):
|
||||
@abstractmethod
|
||||
def t(self, key, default=None, **kwargs):
|
||||
def t(self, key, default=None, **kwargs) -> str:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user