Skip to content

Commit 3746b08

Browse files
Update binary_search.py
1 parent 368eabd commit 3746b08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

searches/binary_search.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
python3 binary_search.py
1111
"""
1212

13-
from __future__ import annotations
14-
1513
import bisect
14+
from itertools import pairwise
1615

1716

1817
def bisect_left(

0 commit comments

Comments
 (0)