mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-05 09:16:45 +02:00
py3.8 annotation fix
This commit is contained in:
parent
7b4d53cfc0
commit
45e47846fe
@ -607,7 +607,7 @@ def update_messages_sent_to_by_public_and_status(
|
||||
follow_up: FollowUp,
|
||||
context: str,
|
||||
messages_sent_to: typing.List[str],
|
||||
files: typing.List[str, str]
|
||||
files: typing.List[typing.Tuple[str, str]]
|
||||
) -> Ticket:
|
||||
"""Sets the status of the ticket"""
|
||||
if public and (
|
||||
|
Loading…
x
Reference in New Issue
Block a user