summaryrefslogtreecommitdiff
path: root/sphinx/util/typing.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/typing.py')
-rw-r--r--sphinx/util/typing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/typing.py b/sphinx/util/typing.py
index 7b3509b62..0a2d7f3d0 100644
--- a/sphinx/util/typing.py
+++ b/sphinx/util/typing.py
@@ -15,7 +15,6 @@ from typing import Any, Callable, Dict, Generator, List, Optional, Tuple, TypeVa
from docutils import nodes
from docutils.parsers.rst.states import Inliner
-
if sys.version_info > (3, 7):
from typing import ForwardRef
else: