Formatting fix

This commit is contained in:
Christopher Broderick 2025-04-02 10:42:15 +01:00
parent 21b0be1b36
commit 4ac4650a70

View File

@ -341,7 +341,9 @@ def generate_multipart_email(
def generate_text_email( def generate_text_email(
locale: str = "en_US", use_short_email: bool = False, body: str = None, locale: str = "en_US",
use_short_email: bool = False,
body: str = None,
) -> typing.Tuple[Message, typing.Tuple[str, str], typing.Tuple[str, str]]: ) -> typing.Tuple[Message, typing.Tuple[str, str], typing.Tuple[str, str]]:
""" """
Generates an email including headers Generates an email including headers