Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location of comment after decorator not handled correctly #173

Open
James4Ever0 opened this issue Nov 9, 2022 · 0 comments
Open

Location of comment after decorator not handled correctly #173

James4Ever0 opened this issue Nov 9, 2022 · 0 comments

Comments

@James4Ever0
Copy link

source code:

@dec # some comment
def a():
    return abcd

transformed:

@dec
 # some comment
def a():
    return abcd
@James4Ever0 James4Ever0 changed the title Indentation of comment after decorator not handled correctly Location of comment after decorator not handled correctly Nov 9, 2022
@James4Ever0 James4Ever0 changed the title Location of comment after decorator not handled correctly Location of comments after decorator not handled correctly Nov 9, 2022
@James4Ever0 James4Ever0 changed the title Location of comments after decorator not handled correctly Location of comment after decorator not handled correctly Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant