Skip to content

Commit

Permalink
chore: reverted init change, making similar to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Sep 29, 2024
1 parent 9614eae commit 5bfc7ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sendgrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__

0 comments on commit 5bfc7ac

Please sign in to comment.