From 45e47846fe35ef63dbcc6774078fef8f2c418315 Mon Sep 17 00:00:00 2001 From: Martin Whitehouse Date: Mon, 25 Jul 2022 03:45:36 +0200 Subject: [PATCH] py3.8 annotation fix --- helpdesk/views/staff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk/views/staff.py b/helpdesk/views/staff.py index 450ffac8..ac405b6d 100644 --- a/helpdesk/views/staff.py +++ b/helpdesk/views/staff.py @@ -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 (