We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b49a50 commit 79f8969Copy full SHA for 79f8969
mautrix/crypto/attachments/async_attachments_test.py
@@ -5,6 +5,8 @@
5
# This Source Code Form is subject to the terms of the Mozilla Public
6
# License, v. 2.0. If a copy of the MPL was not distributed with this
7
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
+from __future__ import annotations
9
+
10
from mautrix.types import EncryptedFile
11
12
from .async_attachments import async_encrypt_attachment, async_inplace_encrypt_attachment
0 commit comments