diff options
Diffstat (limited to 'sphinx/cmd/make_mode.py')
-rw-r--r-- | sphinx/cmd/make_mode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/cmd/make_mode.py b/sphinx/cmd/make_mode.py index 447b2ed01..27c4165ab 100644 --- a/sphinx/cmd/make_mode.py +++ b/sphinx/cmd/make_mode.py @@ -29,6 +29,7 @@ from sphinx.util.osutil import cd, rmtree if False: # For type annotation from typing import List # NOQA + from sphinx.util.typing import unicode # NOQA BUILDERS = [ |