Skip to content

Commit 2ffa363

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

searches/linear_search.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
For manual testing run:
88
python3 linear_search.py
99
"""
10+
11+
1012
def linear_search(sequence: list, target: int) -> int:
1113
"""... existing docstring ..."""
1214

0 commit comments

Comments
 (0)