From f4c8a0a68e0013808d169357c9f77ebdf19d0f4e Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Fri, 30 Dec 2022 20:14:18 +0000 Subject: Insert ``from __future__ import annotations`` --- sphinx/ext/coverage.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sphinx/ext/coverage.py') diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index 79e460435..72e6e0b67 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -4,6 +4,8 @@ Mostly written by Josip Dzolonga for the Google Highly Open Participation contest. """ +from __future__ import annotations + import glob import inspect import pickle -- cgit v1.2.1