Skip to content

Commit 51c327c

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sorts/merge_sort.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
class Comparable(Protocol):
1717
"""Defines minimal comparison operations required for sorting."""
18+
1819
def __lt__(self, other: Any) -> bool: ...
1920
def __le__(self, other: Any) -> bool: ...
2021

0 commit comments

Comments
 (0)