blob: b76f2ac2625f067abb0dc952f7857894c2c6b046 [file] [log] [blame]
def f(value, value1, value2):
if value in (
value1, value2) or value == 0: # <- missing continuation indent here
return False