🎨 Format Python code with Black (#2391)
Co-authored-by: ericgaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
8f19e1dc36
commit
5ecf2b81ae
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ APPS_REPO_ROOT = README_GEN_DIR.parent.parent
|
||||||
|
|
||||||
TRANSLATIONS_DIR = README_GEN_DIR / "translations"
|
TRANSLATIONS_DIR = README_GEN_DIR / "translations"
|
||||||
|
|
||||||
|
|
||||||
def value_for_lang(values: Dict, lang: str):
|
def value_for_lang(values: Dict, lang: str):
|
||||||
if not isinstance(values, dict):
|
if not isinstance(values, dict):
|
||||||
return values
|
return values
|
||||||
|
|
Loading…
Reference in a new issue