summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/pickleable.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/testing/pickleable.py')
-rw-r--r--lib/sqlalchemy/testing/pickleable.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/pickleable.py b/lib/sqlalchemy/testing/pickleable.py
index 5d3223188..f336444a2 100644
--- a/lib/sqlalchemy/testing/pickleable.py
+++ b/lib/sqlalchemy/testing/pickleable.py
@@ -9,6 +9,8 @@
unpickling.
"""
+from __future__ import annotations
+
from . import fixtures