diff options
Diffstat (limited to 'tests/test_annotate.py')
-rw-r--r-- | tests/test_annotate.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_annotate.py b/tests/test_annotate.py index 99ce2694..257094f7 100644 --- a/tests/test_annotate.py +++ b/tests/test_annotate.py @@ -3,6 +3,8 @@ """Tests for annotation from coverage.py.""" +from __future__ import annotations + import coverage from tests.coveragetest import CoverageTest |