From 3c99d0060557bb33a482f3fe74c1b665fb3de010 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 24 Nov 2018 20:14:43 +0900 Subject: Add sphinx.util.typing:unicode to help mypy-3 migration --- sphinx/builders/websupport.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sphinx/builders/websupport.py') diff --git a/sphinx/builders/websupport.py b/sphinx/builders/websupport.py index 1fe9e2001..077c1bdc2 100644 --- a/sphinx/builders/websupport.py +++ b/sphinx/builders/websupport.py @@ -13,6 +13,7 @@ if False: # For type annotation from typing import Any, Dict # NOQA from sphinx.application import Sphinx # NOQA + from sphinx.util.typing import unicode # NOQA def setup(app): -- cgit v1.2.1