Skip to content

Commit 4d883c6

Browse files
committed
Remove type hints to maintain python 2 compatibility for now
1 parent e2a4e2d commit 4d883c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameioclient/lib/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def format_headers(token, version):
128128
}
129129

130130
@staticmethod
131-
def verify_signature(curr_time: float, req_time: float, signature: str, body: str, secret: str):
131+
def verify_signature(curr_time, req_time, signature, body, secret):
132132
"""
133133
Verify webhook/custom action signature
134134

0 commit comments

Comments
 (0)