mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add sphinx.util.typing:unicode to help mypy-3 migration
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
if False:
|
||||
# For type annotation
|
||||
from typing import Any # NOQA
|
||||
from sphinx.util.typing import unicode # NOQA
|
||||
|
||||
|
||||
class SphinxError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user