summaryrefslogtreecommitdiff
path: root/tests/mixins.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-05 06:31:02 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-05 12:55:16 -0500
commit4ea850a695e3ab8e42d400dc9dceaebea9246081 (patch)
tree0f047e4db3087212060eb54e95e4adf8760e6fb8 /tests/mixins.py
parent097e13177ecc97638426a8e3a276ddeaae5422a1 (diff)
downloadpython-coveragepy-git-4ea850a695e3ab8e42d400dc9dceaebea9246081.tar.gz
mypy: use __future__ uniformly in checked files
Diffstat (limited to 'tests/mixins.py')
-rw-r--r--tests/mixins.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mixins.py b/tests/mixins.py
index 97fd2a91..586dcac5 100644
--- a/tests/mixins.py
+++ b/tests/mixins.py
@@ -7,6 +7,8 @@ Test class mixins
Some of these are transitional while working toward pure-pytest style.
"""
+from __future__ import annotations
+
import importlib
import os
import os.path