diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-11-24 20:14:43 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-11-24 23:19:51 +0900 |
commit | 3c99d0060557bb33a482f3fe74c1b665fb3de010 (patch) | |
tree | 756aecf0bcb307e553f3903ee5bd9ff9b32d44f1 /sphinx/ext/jsmath.py | |
parent | 95dffb2af6fbdefe30f1b492adedc4036abd6f84 (diff) | |
download | sphinx-git-3c99d0060557bb33a482f3fe74c1b665fb3de010.tar.gz |
Add sphinx.util.typing:unicode to help mypy-3 migration
Diffstat (limited to 'sphinx/ext/jsmath.py')
-rw-r--r-- | sphinx/ext/jsmath.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/ext/jsmath.py b/sphinx/ext/jsmath.py index e03351800..0df5d4413 100644 --- a/sphinx/ext/jsmath.py +++ b/sphinx/ext/jsmath.py @@ -23,6 +23,7 @@ if False: from sphinx.application import Sphinx # NOQA from sphinx.environment import BuildEnvironment # NOQA from sphinx.writers.html import HTMLTranslator # NOQA + from sphinx.util.typing import unicode # NOQA def html_visit_math(self, node): |