blob: 21f27987a762c7eb2d28ee5c8f3ceb102aa5d0f6 [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