summaryrefslogtreecommitdiff
path: root/sphinx/directives/other.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/directives/other.py')
-rw-r--r--sphinx/directives/other.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py
index 1826baee6..0c2f07dcb 100644
--- a/sphinx/directives/other.py
+++ b/sphinx/directives/other.py
@@ -1,3 +1,5 @@
+from __future__ import annotations
+
import re
from typing import TYPE_CHECKING, Any, Dict, List, cast