Skip to content

Commit

Permalink
Merge pull request #15 from scottclay/master
Browse files Browse the repository at this point in the history
Made application.py PEP8 compliant.
  • Loading branch information
kraigb authored Sep 22, 2020
2 parents c133e23 + b4f4a93 commit 020b355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from flask import Flask
app = Flask(__name__)


@app.route("/")
def hello():
return "Hello World!"
return "Hello World!"

0 comments on commit 020b355

Please sign in to comment.