diff options
Diffstat (limited to 'tests/test_misc.py')
| -rw-r--r-- | tests/test_misc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_misc.py b/tests/test_misc.py index 7d98a398..ba465cbd 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -3,6 +3,8 @@ """Tests of miscellaneous stuff.""" +from __future__ import annotations + import sys import pytest |
