Skip to content

Commit afce723

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

searches/exponential_search.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def exponential_search(sorted_collection: list[int], item: int) -> int:
9999

100100
if __name__ == "__main__":
101101
import doctest
102+
102103
doctest.testmod()
103104

104105
# Manual testing

0 commit comments

Comments
 (0)