fix: the all_permutations in all_permutations.py #17783
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (EM102):
backtracking/all_permutations.py#L23
backtracking/all_permutations.py:23:13: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|