diff options
Diffstat (limited to 'sphinx/domains/math.py')
-rw-r--r-- | sphinx/domains/math.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/domains/math.py b/sphinx/domains/math.py index 3c284394d..bc0ef8328 100644 --- a/sphinx/domains/math.py +++ b/sphinx/domains/math.py @@ -20,7 +20,7 @@ from sphinx.util.nodes import make_refnode if False: # For type annotation - from typing import Any, Callable, Dict, Iterable, List, Tuple, Type, Union # NOQA + from typing import Any, Dict, Iterable, List, Tuple # NOQA from sphinx import addnodes # NOQA from sphinx.application import Sphinx # NOQA from sphinx.builders import Builder # NOQA |