8000 twilio python changes for orgs api uptake · twilio/twilio-python@bc77770 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc77770

Browse files
committed
twilio python changes for orgs api uptake
1 parent 7bdf1b5 commit bc77770

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

twilio/authStrategy/__init__.py

Whitespace-only changes.

twilio/authStrategy/authStrategy.py

Lines changed: 1 addition & 0 deletions
3FF9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def __init__(self, auth_type: AuthType):
1111
def auth_type(self) -> AuthType:
1212
return self._auth_type
1313

14+
@abstractmethod
1415
def get_auth_string(self) -> str:
1516
"""Return the authentication string."""
1617
pass

0 commit comments

Comments
 (0)
0