Skip to content

Commit cc420e0

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

searches/binary_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
For manual testing run:
99
python3 binary_search.py
1010
"""
11+
1112
from __future__ import annotations
1213

1314
import bisect

0 commit comments

Comments
 (0)