Files
ruff/resources/test/fixtures/F632.py
2022-11-06 06:57:46 -05:00

9 lines
80 B
Python

if x is "abc":
pass
if 123 is not y:
pass
if "123" is x < 3:
pass