mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 01:27:44 +02:00
Formatting fix
This commit is contained in:
parent
21b0be1b36
commit
4ac4650a70
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user