diff options
Diffstat (limited to 'sphinx/util/matching.py')
-rw-r--r-- | sphinx/util/matching.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/util/matching.py b/sphinx/util/matching.py index ffea2d6f3..45b49f67b 100644 --- a/sphinx/util/matching.py +++ b/sphinx/util/matching.py @@ -1,5 +1,7 @@ """Pattern-matching utility functions for Sphinx.""" +from __future__ import annotations + import os.path import re from typing import Callable, Dict, Iterable, Iterator, List, Match, Optional, Pattern |