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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/requests_cache/patcher.py b/requests_cache/patcher.py
index 406ee45..aa5af76 100644
--- a/requests_cache/patcher.py
+++ b/requests_cache/patcher.py
@@ -121,6 +121,7 @@ def remove_expired_responses():
warn(
'remove_expired_responses() is deprecated; please use delete() instead',
DeprecationWarning,
+ stacklevel=2,
)
delete(expired=True)