diff options
Diffstat (limited to 'tests/test_python.py')
-rw-r--r-- | tests/test_python.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_python.py b/tests/test_python.py index 14dbebef..ee0268ff 100644 --- a/tests/test_python.py +++ b/tests/test_python.py @@ -3,6 +3,8 @@ """Tests of coverage/python.py""" +from __future__ import annotations + import pathlib import sys |