ruff/resources/test/fixtures/F632.py
2022-09-14 18:22:35 -04:00

5 lines
51 B
Python

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