ruff/resources/test/fixtures/C400.py

5 lines
66 B
Python

x = list(x for x in range(3))
x = list(
x for x in range(3)
)