Skip to content

Commit 4d85065

Browse files
authored
Update binary_search_recursion.py
1 parent 1c58ea8 commit 4d85065

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

searches/binary_search_recursion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
from collections.abc import Sequence
1010
from typing import TypeVar
11-
12-
1311
T = TypeVar("T")
1412

1513

0 commit comments

Comments
 (0)