Added doctests to eulerian_path_and_circuit_for_undirected_graph.py #10656
Annotations
4 errors
Ruff (E501):
graphs/eulerian_path_and_circuit_for_undirected_graph.py#L24
graphs/eulerian_path_and_circuit_for_undirected_graph.py:24:89: E501 Line too long (89 > 88)
|
Ruff (E501):
graphs/eulerian_path_and_circuit_for_undirected_graph.py#L55
graphs/eulerian_path_and_circuit_for_undirected_graph.py:55:89: E501 Line too long (94 > 88)
|
Ruff (E501):
graphs/eulerian_path_and_circuit_for_undirected_graph.py#L57
graphs/eulerian_path_and_circuit_for_undirected_graph.py:57:89: E501 Line too long (93 > 88)
|
ruff
Process completed with exit code 1.
|