From 5bfc7ac7119c459ce6f72be4f99349c0f0abd572 Mon Sep 17 00:00:00 2001 From: sbansla Date: Sun, 29 Sep 2024 11:54:19 +0530 Subject: [PATCH] chore: reverted init change, making similar to main branch --- sendgrid/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sendgrid/__init__.py b/sendgrid/__init__.py index 37413b584..cd994dd2f 100644 --- a/sendgrid/__init__.py +++ b/sendgrid/__init__.py @@ -18,6 +18,7 @@ from .helpers.endpoints import * # noqa from .helpers.mail import * # noqa from .helpers.stats import * # noqa -from .helpers.eventwebhook import * # noqa +from .helpers.eventwebhook import * # noqa from .sendgrid import SendGridAPIClient # noqa from .twilio_email import TwilioEmailAPIClient # noqa +from .version import __version__