ci: automatic Python Formatter changes

This commit is contained in:
github-actions[bot] 2025-03-27 14:56:56 +00:00
parent 352e02bb3b
commit a8f9100c9d

View file

@ -219,6 +219,7 @@ def favicon():
'favicon.ico',
mimetype='image/vnd.microsoft.icon')
@app.route('/info')
def info_view():
"""
@ -231,4 +232,3 @@ def info_view():
"info.html",
title="Info"
)