First Implementation of Johnson Graph Algorithm #11610
Annotations
10 errors
Ruff (I001):
graphs/johnson_graph.py#L1
graphs/johnson_graph.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
graphs/johnson_graph.py#L1
graphs/johnson_graph.py:1:25: F401 `collections.deque` imported but unused
|
Ruff (W293):
graphs/johnson_graph.py#L10
graphs/johnson_graph.py:10:1: W293 Blank line contains whitespace
|
Ruff (W293):
graphs/johnson_graph.py#L14
graphs/johnson_graph.py:14:1: W293 Blank line contains whitespace
|
Ruff (F841):
graphs/johnson_graph.py#L22
graphs/johnson_graph.py:22:9: F841 Local variable `no_v` is assigned to but never used
|
Ruff (W293):
graphs/johnson_graph.py#L25
graphs/johnson_graph.py:25:1: W293 Blank line contains whitespace
|
Ruff (W293):
graphs/johnson_graph.py#L29
graphs/johnson_graph.py:29:1: W293 Blank line contains whitespace
|
Ruff (W293):
graphs/johnson_graph.py#L32
graphs/johnson_graph.py:32:1: W293 Blank line contains whitespace
|
Ruff (W291):
graphs/johnson_graph.py#L36
graphs/johnson_graph.py:36:64: W291 Trailing whitespace
|
Ruff (W291):
graphs/johnson_graph.py#L40
graphs/johnson_graph.py:40:31: W291 Trailing whitespace
|