blob: 379fc369a268ee5acdb9d710683b5e04579b2d74 [file] [log] [blame]
if condition:
pass
elif other_condition:
if another_one:
pass
if True: a = 1 # <- move statement up here
else: b = 2