diff options
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r-- | sphinx/errors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py index 43b63ea05..dead3f1c8 100644 --- a/sphinx/errors.py +++ b/sphinx/errors.py @@ -13,6 +13,7 @@ if False: # For type annotation from typing import Any # NOQA + from sphinx.util.typing import unicode # NOQA class SphinxError(Exception): |