diff options
Diffstat (limited to 'sphinx/util/logging.py')
-rw-r--r-- | sphinx/util/logging.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py index ba71ecbe1..afa4ebd23 100644 --- a/sphinx/util/logging.py +++ b/sphinx/util/logging.py @@ -22,7 +22,6 @@ from sphinx.util.console import colorize if False: # For type annotation from typing import Any, Dict, Generator, IO, List, Tuple, Type, Union # NOQA - from docutils import nodes # NOQA from sphinx.application import Sphinx # NOQA |