Skip to content

Commit c5c6fee

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

searches/quick_select.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,3 @@ def median(items: List[int]) -> Optional[float]:
119119
low_mid = quick_select(items=items, index=mid - 1)
120120
high_mid = quick_select(items=items, index=mid)
121121
return (low_mid + high_mid) / 2
122-
123-

0 commit comments

Comments
 (0)