Skip to content

Commit 2b49a50

Browse files
committed
Fix new test on Python 3.8
1 parent 6a4b2df commit 2b49a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mautrix/crypto/store/tests/store_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6+
from __future__ import annotations
7+
68
from typing import AsyncContextManager, AsyncIterator, Callable
79
from contextlib import asynccontextmanager
810
import os

0 commit comments

Comments
 (0)