mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 09:23:39 +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,
|
follow_up: FollowUp,
|
||||||
context: str,
|
context: str,
|
||||||
messages_sent_to: typing.List[str],
|
messages_sent_to: typing.List[str],
|
||||||
files: typing.List[str, str]
|
files: typing.List[typing.Tuple[str, str]]
|
||||||
) -> Ticket:
|
) -> Ticket:
|
||||||
"""Sets the status of the ticket"""
|
"""Sets the status of the ticket"""
|
||||||
if public and (
|
if public and (
|
||||||
|
Loading…
Reference in New Issue
Block a user