mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
🎨 Format Python code with Black (#2391)
Co-authored-by: ericgaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
ff5f7045d6
commit
c5eb3480e6
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"
|
||||
|
||||
|
||||
def value_for_lang(values: Dict, lang: str):
|
||||
if not isinstance(values, dict):
|
||||
return values
|
||||
|
|
Loading…
Add table
Reference in a new issue