Skip to content

Commit ef37816

Browse files
leahecolebusunkim96
authored andcommitted
fix: run lint and black on failing sample (GoogleCloudPlatform#2669)
1 parent 7907b96 commit ef37816

File tree

1 file changed

+3
-1
lines changed
  • codelabs/functions/python_powered

1 file changed

+3
-1
lines changed

codelabs/functions/python_powered/main.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ def python_powered(request):
5757
Returns:
5858
The response file, a JPG image that says "Python Powered"
5959
"""
60-
return flask.send_from_directory(os.getcwd(), "python_powered.jpg", mimetype="image/jpg")
60+
return flask.send_from_directory(
61+
os.getcwd(), "python_powered.jpg", mimetype="image/jpg"
62+
)

0 commit comments

Comments
 (0)