8000 Remove unused auth param from docstring · Twilio-api/twilio-python@11b177f · GitHub
[go: up one dir, main page]

Skip to content

Commit 11b177f

Browse files
committed
Remove unused auth param from docstring
1 parent 1d56e0f commit 11b177f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

twilio/util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def compute_signature(self, uri, params, utf=PY3):
1818
1919
:param uri: full URI that Twilio requested on your server
2020
:param params: post vars that Twilio sent with the request
21-
:param auth: tuple with (account_sid, token)
2221
:param utf: whether return should be bytestring or unicode (python3)
2322
2423
:returns: The computed signature
@@ -42,7 +41,6 @@ def validate(self, uri, params, signature):
4241
:param uri: full URI that Twilio requested on your server
4342
:param params: post vars that Twilio sent with the request
4443
:param signature: expexcted signature in HTTP X-Twilio-Signature header
45-
:param auth: tuple with (account_sid, token)
4644
4745
:returns: True if the request passes validation, False if not
4846
"""

0 commit comments

Comments
 (0)
0