Skip to content

Commit 9ff273b

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

searches/binary_search_recursion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
from collections.abc import Sequence
1010
from typing import TypeVar
11+
1112
T = TypeVar("T")
1213

1314

0 commit comments

Comments
 (0)