chore: fix flake errors

This commit is contained in:
Christoph J. Scherr 2025-02-08 17:37:31 +01:00
parent 9851b44685
commit fad6bfcf1d
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -1,5 +1,4 @@
from flask import Flask, url_for, render_template from flask import Flask, render_template
from markupsafe import escape
app = Flask(__name__) app = Flask(__name__)