diff options
Diffstat (limited to 'sphinx/theming.py')
-rw-r--r-- | sphinx/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/theming.py b/sphinx/theming.py index f669adabf..669e71dde 100644 --- a/sphinx/theming.py +++ b/sphinx/theming.py @@ -27,7 +27,7 @@ logger = logging.getLogger(__name__) if False: # For type annotation - from typing import Any, Dict, Iterator, List, Tuple # NOQA + from typing import Any, Dict, List # NOQA from sphinx.application import Sphinx # NOQA NODEFAULT = object() |