ci: automatic Python Formatter changes

This commit is contained in:
github-actions[bot] 2025-02-25 13:55:16 +00:00
parent ce42cb4eea
commit ddc869e36d

View file

@ -3,7 +3,6 @@ from flask import Flask, render_template
app = Flask(__name__)
@app.route("/")
def index_view():
return render_template("index.jinja", title="Senju")