ruff/resources/test/fixtures/F632.py

6 lines
51 B
Python

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