mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-19 17:18:23 +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(
|
||||
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]]:
|
||||
"""
|
||||
Generates an email including headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user