We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7907b96 commit ef37816Copy full SHA for ef37816
codelabs/functions/python_powered/main.py
@@ -57,4 +57,6 @@ def python_powered(request):
57
Returns:
58
The response file, a JPG image that says "Python Powered"
59
"""
60
- return flask.send_from_directory(os.getcwd(), "python_powered.jpg", mimetype="image/jpg")
+ return flask.send_from_directory(
61
+ os.getcwd(), "python_powered.jpg", mimetype="image/jpg"
62
+ )
0 commit comments