summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/asyncio.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/testing/asyncio.py')
-rw-r--r--lib/sqlalchemy/testing/asyncio.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/asyncio.py b/lib/sqlalchemy/testing/asyncio.py
index 21890604a..0acec0def 100644
--- a/lib/sqlalchemy/testing/asyncio.py
+++ b/lib/sqlalchemy/testing/asyncio.py
@@ -17,6 +17,8 @@
# would run in the real world.
+from __future__ import annotations
+
from functools import wraps
import inspect