Fix 'list' annoation for py3.8

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

View File

@ -606,8 +606,8 @@ def update_messages_sent_to_by_public_and_status(
ticket: Ticket,
follow_up: FollowUp,
context: str,
messages_sent_to: list[str],
files: list[str, str]
messages_sent_to: typing.List[str],
files: typing.List[str, str]
) -> Ticket:
"""Sets the status of the ticket"""
if public and (