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 ebfa6524e4
commit 96e3468a9b

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