1
0
Fork 0

🎨 Format Python code with Black (#2391)

Co-authored-by: ericgaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-06-08 13:22:16 +02:00 committed by GitHub
parent 8f19e1dc36
commit 5ecf2b81ae

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