feat: add binary search on answer template with example use case #17743
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (UP035):
searches/binary_search_on_answers.py#L1
searches/binary_search_on_answers.py:1:1: UP035 Import from `collections.abc` instead: `Callable`
help: Import from `collections.abc`
|