Skip to content

Commit 913d7f3

Browse files
committed
Clean up order of imports
1 parent bf2b6ba commit 913d7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lambdawebhook/hook.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
import os
33
import sys
44
import hashlib
5+
import hmac
56

67
# Add the lib directory to the path for Lambda to load our libs
78
sys.path.append(os.path.join(os.path.dirname(__file__), 'lib'))
89
import requests # NOQA
9-
import hmac # NOQA
1010

1111

1212
def verify_signature(secret, signature, payload):

0 commit comments

Comments
 (0)