Files
ruff/resources/test/fixtures/pyflakes/F602.py
2022-12-01 13:33:33 -05:00

8 lines
50 B
Python

a = 1
b = 2
x = {
a: 1,
a: 2,
b: 3,
}