ruff/resources/test/fixtures/F602.py
2022-09-07 12:57:50 -04:00

7 lines
50 B
Python

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