10000 Document `security.py` · jstacoder/twilio-python@dc21dc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc21dc3

Browse files
author
Doug Black
committed
Document security.py
1 parent 92cd5a8 commit dc21dc3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

twilio/security.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,3 @@ def validate(self, uri, params, signature):
6161
:returns: True if the request passes validation, False if not
6262
"""
6363
return compare(self.compute_signature(uri, params), signature)
64-
65-
66-
67-
68-
69-
70-

0 commit comments

Comments
 (0)
0