Skip to content

Commit

Permalink
Remove type hints to maintain python 2 compatibility for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodges10 committed Jul 30, 2021
1 parent 0978422 commit a74dbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameioclient/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def format_headers(token, version):
}

@staticmethod
def verify_signature(curr_time: float, req_time: float, signature: str, body: str, secret: str):
def verify_signature(curr_time, req_time, signature, body, secret):
"""
Verify webhook/custom action signature
Expand Down

0 comments on commit a74dbfd

Please sign in to comment.