You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project has no type annotations. Add type hints at least for the public API surface: Message, html(), send(), attach(), render(), and backend response objects. Add py.typed marker for PEP 561 compliance.
The project has no type annotations. Add type hints at least for the public API surface:
Message,html(),send(),attach(),render(), and backend response objects. Addpy.typedmarker for PEP 561 compliance.Ref: #171