8000 Merge branch 'wds' of github.com:twilio/python-private into wds · madCode/twilio-python@3840b70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3840b70

Browse files
committed
Merge branch 'wds' of github.com:twilio/python-private into wds
2 parents 2cd5f66 + d56192b commit 3840b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def task_queues(self, workspace_sid):
285285
the given workspace_sid
286286
"""
287287
base_uri = "{}/{}".format(self.workspace_uri, workspace_sid)
288-
return TaskQueues(base_uri, self.auth, self.timeout)
288+
return TaskQueues(base_uri, self.auth)
289289

290290
def tasks(self, workspace_sid):
291291
"""

0 commit comments

Comments
 (0)
0