diff options
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r-- | tests/test_debug.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py index 73217f1a..38b70f28 100644 --- a/tests/test_debug.py +++ b/tests/test_debug.py @@ -3,6 +3,8 @@ """Tests of coverage/debug.py""" +from __future__ import annotations + import ast import io import os |