Skip to content

Commit 426b01c

Browse files
committed
linting error fixed
1 parent 46a0687 commit 426b01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/flexible/tasks/create_http_task.py

Lines 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)