Skip to content

Commit 7c66c47

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

searches/binary_search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def binary_search(arr: list[int], target: int) -> int:
207207
return -1
208208

209209

210-
211210
def binary_search_std_lib(sorted_collection: list[int], item: int) -> int:
212211
"""Pure implementation of a binary search algorithm in Python using stdlib
213212

0 commit comments

Comments
 (0)