First Implementation of Johnson Graph Algorithm #11617
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 (UP035):
graphs/johnson_graph.py#L2
graphs/johnson_graph.py:2:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (UP035):
graphs/johnson_graph.py#L2
graphs/johnson_graph.py:2:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
graphs/johnson_graph.py#L12
graphs/johnson_graph.py:12:21: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
graphs/johnson_graph.py#L13
graphs/johnson_graph.py:13:21: UP006 Use `dict` instead of `Dict` for type annotation
|
ruff
Process completed with exit code 1.
|