diff options
Diffstat (limited to 'sphinx/config.py')
-rw-r--r-- | sphinx/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index f844549da..5ba2c2a3d 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -27,7 +27,7 @@ from sphinx.util.typing import NoneType if False: # For type annotation - from typing import Any, Callable, Dict, Generator, Iterator, List, Set, Tuple, Union # NOQA + from typing import Callable, Dict, Generator, Iterator, List, Set, Tuple # NOQA from sphinx.application import Sphinx # NOQA from sphinx.environment import BuildEnvironment # NOQA from sphinx.util.tags import Tags # NOQA |