Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-11 20:50:43 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-11 20:50:43 +0300
commit279e547860ea68e3c357f55e608afec682a1f961 (patch)
treedc08e85ab0210538e30b5b801bf9d80ab49bfb3f /sphinx/util/logging.py
parent859b5fcea71f8d4f46e0ef3726e68df54bfbc3b7 (diff)
parent64fb1e56242d93ee0e8c317ab9e7643242b99658 (diff)
Merge branch '3.x'
Diffstat (limited to 'sphinx/util/logging.py')
-rw-r--r--sphinx/util/logging.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py
index 5206363a5..30a79eb35 100644
--- a/sphinx/util/logging.py
+++ b/sphinx/util/logging.py
@@ -12,8 +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 TYPE_CHECKING
+from typing import IO, TYPE_CHECKING, Any, Dict, Generator, List, Tuple, Type, Union
from docutils import nodes
from docutils.nodes import Node