Skip to content

Commit c78fbf7

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

data_structures/heap/skew_heap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from typing import Any, Generic, Protocol, TypeVar
77

88

9-
109
class Comparable(Protocol):
1110
def __lt__(self, other: Any) -> bool: ...
1211
def __gt__(self, other: Any) -> bool: ...

0 commit comments

Comments
 (0)