Skip to content

Commit 2165d50

Browse files
authored
Update lru_cache.py
1 parent fbd0cf3 commit 2165d50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

other/lru_cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ def __eq__(self, other: object) -> bool:
507507
else:
508508
return False
509509

510-
__hash__ = None # Mutable objects should not be hashable
511510

512511

513512
def color(node: RedBlackTree | None) -> int:

0 commit comments

Comments
 (0)