diff options
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index d979c182..0eb73350 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -3,6 +3,8 @@ """Tests for coverage.py's API.""" +from __future__ import annotations + import fnmatch import glob import io |