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 (#2278)

Co-authored-by: alexAubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-05-01 19:43:25 +02:00 committed by GitHub
parent edb57751f5
commit f0409dbc31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),
} }
############################################################################### ###############################################################################