summaryrefslogtreecommitdiff
path: root/sphinx/util/matching.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/matching.py')
-rw-r--r--sphinx/util/matching.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/matching.py b/sphinx/util/matching.py
index be4bfee34..a643f4505 100644
--- a/sphinx/util/matching.py
+++ b/sphinx/util/matching.py
@@ -13,7 +13,7 @@ import re
if False:
# For type annotation
- from typing import Callable, Match, Pattern # NOQA
+ from typing import Callable, Dict, List, Match, Pattern # NOQA
def _translate_pattern(pat):