diff options
Diffstat (limited to 'sphinx/ext/autosummary/generate.py')
-rw-r--r-- | sphinx/ext/autosummary/generate.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/ext/autosummary/generate.py b/sphinx/ext/autosummary/generate.py index 83918e998..1e9dbedc8 100644 --- a/sphinx/ext/autosummary/generate.py +++ b/sphinx/ext/autosummary/generate.py @@ -41,9 +41,7 @@ from sphinx.util.rst import escape as rst_escape if False: # For type annotation from typing import Any, Callable, Dict, List, Tuple, Type, Union # NOQA - from sphinx import addnodes # NOQA from sphinx.builders import Builder # NOQA - from sphinx.environment import BuildEnvironment # NOQA from sphinx.ext.autodoc import Documenter # NOQA |