summaryrefslogtreecommitdiff
path: root/sphinx/util/texescape.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/texescape.py')
-rw-r--r--sphinx/util/texescape.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/util/texescape.py b/sphinx/util/texescape.py
index ba885f695..2952c4388 100644
--- a/sphinx/util/texescape.py
+++ b/sphinx/util/texescape.py
@@ -1,5 +1,7 @@
"""TeX escaping helper."""
+from __future__ import annotations
+
import re
from typing import Dict, Optional