mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-13 21:26:39 +02:00
Remove annoation for py3.8
This commit is contained in:
parent
45e47846fe
commit
57cd2f1471
@ -529,7 +529,7 @@ def get_ticket_id_from_subject_slug(
|
||||
|
||||
|
||||
def add_file_if_always_save_incoming_email_message(
|
||||
files_: list[SimpleUploadedFile],
|
||||
files_,
|
||||
message: str
|
||||
) -> None:
|
||||
"""When `settings.HELPDESK_ALWAYS_SAVE_INCOMING_EMAIL_MESSAGE` is `True`
|
||||
|
Loading…
x
Reference in New Issue
Block a user