From 4ea850a695e3ab8e42d400dc9dceaebea9246081 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 5 Jan 2023 06:31:02 -0500 Subject: mypy: use __future__ uniformly in checked files --- tests/test_files.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_files.py') diff --git a/tests/test_files.py b/tests/test_files.py index ff02e0e9..e8a6eaca 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -3,6 +3,8 @@ """Tests for files.py""" +from __future__ import annotations + import itertools import os import os.path -- cgit v1.2.1