Reformat with black

https://github.com/python/black
This commit is contained in:
David Baumgold 2019-05-06 15:39:41 -04:00
parent 64e3cdda48
commit 85ce588b3b
63 changed files with 3784 additions and 3459 deletions

View file

@ -1,6 +1,8 @@
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello World!"