mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-10 00:17:54 +02:00
py3.8 annotation fix
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user