Skip to content

Commit 79f8969

Browse files
committed
Fix another new test on Python 3.8
1 parent 2b49a50 commit 79f8969

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mautrix/crypto/attachments/async_attachments_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this
77
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8+
from __future__ import annotations
9+
810
from mautrix.types import EncryptedFile
911

1012
from .async_attachments import async_encrypt_attachment, async_inplace_encrypt_attachment

0 commit comments

Comments
 (0)