Skip to content

Commit

Permalink
Revert lru comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 committed Dec 6, 2024
1 parent 42f76a3 commit ef01990
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sentry_sdk/_lru_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ def __init__(self, max_size):
self.hits = self.misses = 0

def __copy__(self):
"""
Cache keys and values are shallow copied.
"""
cache = LRUCache(self.max_size)
cache.full = self.full
cache.cache = copy(self.cache)
Expand Down

0 comments on commit ef01990

Please sign in to comment.