mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 01:13:31 +01: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…
Reference in New Issue
Block a user