Fix ty invalid assignment #19119
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (F401):
data_structures/binary_tree/non_recursive_segment_tree.py#L42
data_structures/binary_tree/non_recursive_segment_tree.py:42:20: F401 `typing.Any` imported but unused
help: Remove unused import: `typing.Any`
|