diff options
Diffstat (limited to 'sphinx/util/matching.py')
-rw-r--r-- | sphinx/util/matching.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/matching.py b/sphinx/util/matching.py index 43e68949a..7dd8100b4 100644 --- a/sphinx/util/matching.py +++ b/sphinx/util/matching.py @@ -14,6 +14,7 @@ import re if False: # For type annotation from typing import Callable, Dict, List, Match, Pattern # NOQA + from sphinx.util.typing import unicode # NOQA def _translate_pattern(pat): |