ruff/resources/test/fixtures/C403.py

5 lines
68 B
Python

s = set([x for x in range(3)])
s = set(
[x for x in range(3)]
)