ruff/resources/test/fixtures/C401.py

5 lines
64 B
Python

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