[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a788ac9e12
commit
2d3fbb6459
1 changed files with 2 additions and 1 deletions
3
app.py
3
app.py
|
|
@ -3,6 +3,7 @@ from flask import flask
|
|||
|
||||
app = flask(_name_)
|
||||
|
||||
|
||||
@app.route("/")
|
||||
def hello():
|
||||
return "hello,world!"
|
||||
return "hello,world!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue