Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef37816

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
  • codelabs/functions/python_powered
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎codelabs/functions/python_powered/main.py

Copy file name to clipboardExpand all lines: codelabs/functions/python_powered/main.py
+3-1Lines changed: 3 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.