ruff/resources/test/fixtures/F602.py

8 lines
50 B
Python

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