[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-12-20 05:27:37 +00:00
parent a788ac9e12
commit 2d3fbb6459

3
app.py
View file

@ -3,6 +3,7 @@ from flask import flask
app = flask(_name_)
@app.route("/")
def hello():
return "hello,world!"
return "hello,world!"