summaryrefslogtreecommitdiff
path: root/requests_cache/patcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'requests_cache/patcher.py')
-rw-r--r--requests_cache/patcher.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/requests_cache/patcher.py b/requests_cache/patcher.py
index 406ee45..d217bbb 100644
--- a/requests_cache/patcher.py
+++ b/requests_cache/patcher.py
@@ -7,6 +7,8 @@
:functions-only:
:nosignatures:
"""
+from __future__ import annotations
+
from contextlib import contextmanager
from logging import getLogger
from typing import Optional, Type