Skip to content

Commit af0f397

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/arrays/max_and_min.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
>>> find_max_min([])
1212
"""
1313

14+
1415
def find_max_min(arr: list[int]) -> tuple[int, int]:
1516
"""
1617
Returns the maximum and minimum elements of a list.

0 commit comments

Comments
 (0)