diff options
Diffstat (limited to 'sphinx/util/requests.py')
-rw-r--r-- | sphinx/util/requests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/util/requests.py b/sphinx/util/requests.py index 0f52d61ef..0b1058b88 100644 --- a/sphinx/util/requests.py +++ b/sphinx/util/requests.py @@ -1,5 +1,7 @@ """Simple requests package loader""" +from __future__ import annotations + import sys import warnings from contextlib import contextmanager |