feat: add progressive_set_intersection to disjoint_set #17562
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (UP006):
data_structures/disjoint_set/progressive_set_intersection.py#L6
data_structures/disjoint_set/progressive_set_intersection.py:6:49: UP006 Use `set` instead of `Set` for type annotation
help: Replace with `set`
|
|
ruff (UP006):
data_structures/disjoint_set/progressive_set_intersection.py#L6
data_structures/disjoint_set/progressive_set_intersection.py:6:41: UP006 Use `set` instead of `Set` for type annotation
help: Replace with `set`
|
|
ruff (UP035):
data_structures/disjoint_set/progressive_set_intersection.py#L3
data_structures/disjoint_set/progressive_set_intersection.py:3:1: UP035 `typing.Set` is deprecated, use `set` instead
|