Skip to content

Commit f1e6d7c

Browse files
Update unknown_sort.py
1 parent 9177fc9 commit f1e6d7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sorts/unknown_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88

9-
def merge_sort(collection: list[int]) -> list[int]:
9+
def merge_sort(collection: list) -> list:
1010
"""Pure implementation of the fastest merge sort algorithm in Python
1111
1212
:param collection: some mutable ordered collection with heterogeneous

0 commit comments

Comments
 (0)