summaryrefslogtreecommitdiff
path: root/sphinx/util/pycompat.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/pycompat.py')
-rw-r--r--sphinx/util/pycompat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/pycompat.py b/sphinx/util/pycompat.py
index fe5f0803e..dca2849c2 100644
--- a/sphinx/util/pycompat.py
+++ b/sphinx/util/pycompat.py
@@ -22,7 +22,7 @@ from sphinx.util.typing import NoneType
if False:
# For type annotation
- from typing import Any, Callable, Generator # NOQA
+ from typing import Any, Callable # NOQA
logger = logging.getLogger(__name__)