Add sphinx.util.typing:unicode to help mypy-3 migration

This commit is contained in:
Takeshi KOMIYA
2018-11-24 20:14:43 +09:00
parent 95dffb2af6
commit 3c99d00605
153 changed files with 173 additions and 9 deletions

View File

@@ -13,6 +13,7 @@
if False:
# For type annotation
from typing import Any # NOQA
from sphinx.util.typing import unicode # NOQA
class SphinxError(Exception):