Skip to content

Commit a8d8cf9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searches/binary_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,4 @@ def exponential_search(sorted_collection: list[int], item: int) -> int:
276276
timeit.timeit(
277277
f"{name}(collection, 500)", setup=setup, number=5_000, globals=globals()
278278
),
279-
)
279+
)

0 commit comments

Comments
 (0)