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/util/math.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sphinx/util/math.py') diff --git a/sphinx/util/math.py b/sphinx/util/math.py index 58f8a17d0..3c15b26b1 100644 --- a/sphinx/util/math.py +++ b/sphinx/util/math.py @@ -14,6 +14,7 @@ if False: # For type annotation from docutils import nodes # NOQA from sphinx.builders.html import HTMLTranslator # NOQA + from sphinx.util.typing import unicode # NOQA def get_node_equation_number(writer, node): -- cgit v1.2.1