ruff/resources/test/fixtures/F634.py

11 lines
122 B
Python

if (1, 2):
pass
for _ in range(5):
if True:
pass
elif (3, 4):
pass
elif ():
pass