summaryrefslogtreecommitdiff
path: root/sphinx/io.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/io.py')
-rw-r--r--sphinx/io.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/io.py b/sphinx/io.py
index 928f0749f..44e82bdc2 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -1,4 +1,6 @@
"""Input/Output files"""
+from __future__ import annotations
+
import codecs
import warnings
from typing import TYPE_CHECKING, Any, List, Type