Skip to content

Commit a74dbfd

Browse files
committed
Remove type hints to maintain python 2 compatibility for now
1 parent 0978422 commit a74dbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameioclient/lib/utils.py

+1-1
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)