baron
baron copied to clipboard
Location of comment after decorator not handled correctly
source code:
@dec # some comment
def a():
return abcd
transformed:
@dec
# some comment
def a():
return abcd