First Implementation of Johnson Graph Algorithm #11669
Annotations
4 errors
Ruff (W291):
graphs/johnson_graph.py#L93
graphs/johnson_graph.py:93:39: W291 Trailing whitespace
|
Ruff (W291):
graphs/johnson_graph.py#L94
graphs/johnson_graph.py:94:38: W291 Trailing whitespace
|
Ruff (W293):
graphs/johnson_graph.py#L121
graphs/johnson_graph.py:121:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|