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>2018-11-24 14:14:43 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-11-24 17:19:51 +0300
commit3c99d0060557bb33a482f3fe74c1b665fb3de010 (patch)
tree756aecf0bcb307e553f3903ee5bd9ff9b32d44f1 /sphinx/util/logging.py
parent95dffb2af6fbdefe30f1b492adedc4036abd6f84 (diff)
Add sphinx.util.typing:unicode to help mypy-3 migration
Diffstat (limited to 'sphinx/util/logging.py')
-rw-r--r--sphinx/util/logging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py
index 02bb12dd3..b13631673 100644
--- a/sphinx/util/logging.py
+++ b/sphinx/util/logging.py
@@ -26,6 +26,7 @@ if False:
from typing import Any, Dict, Generator, IO, List, Tuple, Type, Union # NOQA
from docutils import nodes # NOQA
from sphinx.application import Sphinx # NOQA
+ from sphinx.util.typing import unicode # NOQA
NAMESPACE = 'sphinx'