feat: Implement LRU Cache algorithm #15426
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W292):
data_structures/lru_cache.py#L72
data_structures/lru_cache.py:72:22: W292 No newline at end of file
|
|
Ruff (UP045):
data_structures/lru_cache.py#L13
data_structures/lru_cache.py:13:20: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
data_structures/lru_cache.py#L12
data_structures/lru_cache.py:12:20: UP045 Use `X | None` for type annotations
|
|
Ruff (I001):
data_structures/lru_cache.py#L5
data_structures/lru_cache.py:5:1: I001 Import block is un-sorted or un-formatted
|