1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

🎨 Format Python code with Black

This commit is contained in:
ericgaspar 2024-06-08 11:15:40 +00:00 committed by github-actions[bot]
parent ff5f7045d6
commit 5d348c265c

View file

@ -19,6 +19,7 @@ APPS_REPO_ROOT = README_GEN_DIR.parent.parent
TRANSLATIONS_DIR = README_GEN_DIR / "translations"
def value_for_lang(values: Dict, lang: str):
if not isinstance(values, dict):
return values