[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
parent
1ae3ad92c4
commit
5ed4b162da
45 changed files with 840 additions and 784 deletions
5
app.py
5
app.py
|
|
@ -2,6 +2,7 @@ from flask import Flask
|
|||
|
||||
app = Flask(__name__)
|
||||
|
||||
@app.route('/')
|
||||
|
||||
@app.route("/")
|
||||
def hello():
|
||||
return '👋 Hello from Staging Environment!'
|
||||
return "👋 Hello from Staging Environment!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue