ruff/resources/test/fixtures/E714.py

6 lines
85 B
Python

if not user is None:
print(user.name)
if user is not None:
print(user.name)