Skip to content

Commit

Permalink
fix: run lint and black on failing sample (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole authored and busunkim96 committed Jan 6, 2020
1 parent 7907b96 commit ef37816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codelabs/functions/python_powered/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ def python_powered(request):
Returns:
The response file, a JPG image that says "Python Powered"
"""
return flask.send_from_directory(os.getcwd(), "python_powered.jpg", mimetype="image/jpg")
return flask.send_from_directory(
os.getcwd(), "python_powered.jpg", mimetype="image/jpg"
)

0 comments on commit ef37816

Please sign in to comment.