mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
10 lines
122 B
Python
10 lines
122 B
Python
if (1, 2):
|
|
pass
|
|
|
|
for _ in range(5):
|
|
if True:
|
|
pass
|
|
elif (3, 4):
|
|
pass
|
|
elif ():
|
|
pass
|