diff options
Diffstat (limited to 'tests/test_context.py')
| -rw-r--r-- | tests/test_context.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_context.py b/tests/test_context.py index d818c790..d04f911e 100644 --- a/tests/test_context.py +++ b/tests/test_context.py @@ -3,6 +3,8 @@ """Tests for context support.""" +from __future__ import annotations + import inspect import os.path |
