diff options
Diffstat (limited to 'sphinx/util/logging.py')
-rw-r--r-- | sphinx/util/logging.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py index d6667dacd..60a409093 100644 --- a/sphinx/util/logging.py +++ b/sphinx/util/logging.py @@ -12,7 +12,7 @@ import logging import logging.handlers from collections import defaultdict from contextlib import contextmanager -from typing import Any, Dict, Generator, IO, List, Tuple, Type, Union +from typing import Any, Dict, Generator, IO, List, Tuple, Union from docutils import nodes from docutils.nodes import Node @@ -23,6 +23,7 @@ from sphinx.util.console import colorize if False: # For type annotation + from typing import Type # for python3.5.1 from sphinx.application import Sphinx |