diff options
Diffstat (limited to 'sphinx/directives/other.py')
-rw-r--r-- | sphinx/directives/other.py | 2 |
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 |