Skip to content

Commit d61c468

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1f283d1 commit d61c468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

other/lfu_cache.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ def remove(
154154
node.prev = None
155155
node.next = None
156156
return node
157+
158+
157159
class LFUCache[T, U]:
158160
"""
159161
LFU Cache to store a given capacity of data. Can be used as a stand-alone object

0 commit comments

Comments
 (0)