Add doctest to topological_sort #19249
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (F821):
sorts/topological_sort.py#L43
sorts/topological_sort.py:43:23: F821 Undefined name `current`
|
|
ruff (W291):
sorts/topological_sort.py#L39
sorts/topological_sort.py:39:40: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (E501):
sorts/topological_sort.py#L6
sorts/topological_sort.py:6:89: E501 Line too long (97 > 88)
|