feat: Implement LRU Cache algorithm #15428
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP045):
data_structures/lru_cache.py#L16
data_structures/lru_cache.py:16:20: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
data_structures/lru_cache.py#L15
data_structures/lru_cache.py:15:20: UP045 Use `X | None` for type annotations
|
|
Ruff (I001):
data_structures/lru_cache.py#L6
data_structures/lru_cache.py:6:1: I001 Import block is un-sorted or un-formatted
|