blob: 1f871fbc26a92c4e541382518d952b52d318d7c7 [file] [log] [blame]
if condition:
pass
elif other_condition:
if T<caret>rue: a = 1 # <- move statement up here
else: b = 2
if another_one:
pass