Files
ruff/foo.py
2023-07-30 19:55:23 -04:00

7 lines
77 B
Python

print(
"Unexpected changes:\n"
"\n".join(["1", "2", "3"])
)