mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Format Python code with Black (#2278)
Co-authored-by: alexAubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
parent
edb57751f5
commit
f0409dbc31
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ def localize(d):
|
||||||
else:
|
else:
|
||||||
return d["en"]
|
return d["en"]
|
||||||
|
|
||||||
|
|
||||||
@app.context_processor
|
@app.context_processor
|
||||||
def utils():
|
def utils():
|
||||||
return {
|
return {
|
||||||
|
@ -90,6 +91,7 @@ def utils():
|
||||||
"locale": get_locale(),
|
"locale": get_locale(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue