summaryrefslogtreecommitdiff
path: root/tests/test_execfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_execfile.py')
-rw-r--r--tests/test_execfile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_execfile.py b/tests/test_execfile.py
index 229d8d95..0b6afa61 100644
--- a/tests/test_execfile.py
+++ b/tests/test_execfile.py
@@ -3,6 +3,8 @@
"""Tests for coverage.execfile"""
+from __future__ import annotations
+
import compileall
import json
import os