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