First Implementation of Johnson Graph Algorithm #11611
Annotations
6 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 (F841):
graphs/johnson_graph.py#L23
graphs/johnson_graph.py:23:9: F841 Local variable `no_v` is assigned to but never used
|
Ruff (F841):
graphs/johnson_graph.py#L42
graphs/johnson_graph.py:42:9: F841 Local variable `no_v` is assigned to but never used
|
Ruff (E501):
graphs/johnson_graph.py#L53
graphs/johnson_graph.py:53:89: E501 Line too long (115 > 88)
|
ruff
Process completed with exit code 1.
|