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 426b01c

Browse filesBrowse files
committed
linting error fixed
1 parent 46a0687 commit 426b01c
Copy full SHA for 426b01c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/flexible/tasks/create_http_task.py

Copy file name to clipboardExpand all lines: appengine/flexible/tasks/create_http_task.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def create_http_task(project,
4747
task = {
4848
'http_request': { # Specify the type of request.
4949
'http_method': 'POST',
50-
'url': url # The full url path that the task will be sent to.
50+
'url': url # The full url path that the task will be sent to.
5151
}
5252
}
5353
if payload is not None:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.