Skip to content

Commit 7a6f9b8

Browse files
committed
makes LRUCache constructor concrete
1 parent f36ee03 commit 7a6f9b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

other/least_recently_used.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def display(self):
5252

5353

5454
if __name__ == "__main__":
55+
5556
lru_cache = LRUCache(4)
5657
lru_cache.refer(1)
5758
lru_cache.refer(2)

0 commit comments

Comments
 (0)