diff options
Diffstat (limited to 'requests_cache/models')
| -rwxr-xr-x | requests_cache/models/response.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/requests_cache/models/response.py b/requests_cache/models/response.py index d7fa3df..70a3ec0 100755 --- a/requests_cache/models/response.py +++ b/requests_cache/models/response.py @@ -100,10 +100,6 @@ class CachedResponse(Response): self.expires = get_expiration_datetime(expire_after) return self.is_expired - def reset(self): - if self.raw: - self.raw.reset() - @property def size(self) -> int: """Get the size of the response body in bytes""" |
