diff options
Diffstat (limited to 'sphinx/util/display.py')
-rw-r--r-- | sphinx/util/display.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/display.py b/sphinx/util/display.py index 99b76599a..5f10f0b9a 100644 --- a/sphinx/util/display.py +++ b/sphinx/util/display.py @@ -8,7 +8,7 @@ from sphinx.util import logging from sphinx.util.console import bold, colorize, term_width_line # type: ignore if False: - from types import TracebackType + from types import TracebackType # NoQA: TCH003 logger = logging.getLogger(__name__) |