diff options
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r-- | sphinx/setup_command.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index 072af6c91..87944167a 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -29,6 +29,7 @@ from sphinx.util.osutil import abspath if False: # For type annotation from typing import Any, Dict, List, Tuple # NOQA + from sphinx.util.typing import unicode # NOQA class BuildDoc(Command): |