Skip to content

Commit 3e9d4ef

Browse files
chore: export EventWebhookHeader (#1107)
1 parent 4671192 commit 3e9d4ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sendgrid/helpers/eventwebhook/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from ecdsa.util import sigdecode_der
33
import base64
44
import hashlib
5+
from .eventwebhook_header import EventWebhookHeader
56

67
class EventWebhook:
78
"""

0 commit comments

Comments
 (0)