fix(graphs): use deque and dict indegree for sparse vertex IDs - #15137
Closed
deepshekhardas wants to merge 1 commit into
Closed
fix(graphs): use deque and dict indegree for sparse vertex IDs#15137deepshekhardas wants to merge 1 commit into
deepshekhardas wants to merge 1 commit into
Annotations
2 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
graphs/kahns_algorithm_topo.py#L29
graphs/kahns_algorithm_topo.py:29:32: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
help: Replace with `dict.fromkeys(iterable)`)
|
background
wait
wait-all
cancel
parallel
Loading