reject bool and float as polygon sides; cover negative-breadth cuboid #18147
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (C420):
graphs/depth_first_search_2.py#L74
graphs/depth_first_search_2.py:74:19: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
help: Replace with `dict.fromkeys(iterable)`)
|