diff options
Diffstat (limited to 'sphinx/util/logging.py')
-rw-r--r-- | sphinx/util/logging.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py index 6f8b7096d..5c84755c7 100644 --- a/sphinx/util/logging.py +++ b/sphinx/util/logging.py @@ -1,5 +1,7 @@ """Logging utility functions for Sphinx.""" +from __future__ import annotations + import logging import logging.handlers from collections import defaultdict |