Skip to content

fix(graphs): use deque and dict indegree for sparse vertex IDs #18810

fix(graphs): use deque and dict indegree for sparse vertex IDs

fix(graphs): use deque and dict indegree for sparse vertex IDs #18810

Triggered via pull request August 31, 2026 07:11
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
ruff (C420): 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)`)