Files
Aleksei Kniazev 0bceb70531 IDEA-CR-49176: select distinct files before optimizing imports (PY-36484)
GitOrigin-RevId: 48b187e19ee36fd274c1670ecc388c661f11f774
2019-07-08 18:05:36 +03:00

4 lines
54 B
Python

def foo(x, y):
z = x + y
print(z)
return z