Skip to content

Commit b15ec5c

Browse files
committed
fix: update Callable import to collections.abc for ruff compliance
1 parent 708818d commit b15ec5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

searches/binary_search_on_answers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Callable
1+
from collections.abc import Callable
22

33

44
def binary_search_on_answer(

0 commit comments

Comments
 (0)