diff options
Diffstat (limited to 'sphinx/builders/text.py')
-rw-r--r-- | sphinx/builders/text.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/builders/text.py b/sphinx/builders/text.py index 4e125a0c0..1e8259da6 100644 --- a/sphinx/builders/text.py +++ b/sphinx/builders/text.py @@ -1,5 +1,7 @@ """Plain-text Sphinx builder.""" +from __future__ import annotations + from os import path from typing import Any, Dict, Iterator, Optional, Set, Tuple |