Skip to content

Commit e5d9bd4

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

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
@@ -508,7 +508,6 @@ def __eq__(self, other: object) -> bool:
508508
return False
509509

510510

511-
512511
def color(node: RedBlackTree | None) -> int:
513512
"""Returns the color of a node, allowing for None leaves."""
514513
if node is None:

0 commit comments

Comments
 (0)