py3.8 annotation fix

This commit is contained in:
Martin Whitehouse 2022-07-25 03:45:36 +02:00
parent 7b4d53cfc0
commit 45e47846fe
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

View File

@ -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 (