10000 Fix up formatting and test URL · StevenLudwig/twilio-python@8c7b0d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c7b0d3

Browse files
committed
Fix up formatting and test URL
1 parent dcc4cb6 commit 8c7b0d3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tests/task_router/test_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
AUTH = ("AC123", "token")
10-
BASE_URI = "https://taskrouter.twilio.com/v1/Accounts/AC123/Workspaces/WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
10+
BASE_URI = "https://taskrouter.twilio.com/v1/Workspaces/WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
1111
EVENT_SID = "EVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
1212

1313

twilio/rest/resources/task_router/events.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
from twilio.rest.resources.base import NextGenInstanceResource, NextGenListResource
1+
from twilio.rest.resources.base import (
2+
NextGenInstanceResource,
3+
NextGenListResource,
4+
)
25

36

47
class Event(NextGenInstanceResource):

0 commit comments

Comments
 (0)
0