Files
ruff/resources/test/fixtures/C411.py
Harutaka Kawamura 3e789136af Implement C411 (#420)
2022-10-13 09:48:27 -04:00

3 lines
35 B
Python

x = [1, 2, 3]
list([i for i in x])