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

Invalid Syntax error on valid syntax #920

Open
ayushxx7 opened this issue Mar 14, 2021 · 0 comments
Open

Invalid Syntax error on valid syntax #920

ayushxx7 opened this issue Mar 14, 2021 · 0 comments

Comments

@ayushxx7
Copy link

    def __init__(self, ticket: Ticket, comment: Comment,
                 ticket_util: TicketUtility, helper: Helper):

I have an __init__ function takes in a couple parameters. This causes the line to be longer than the desired 79 characters,
so I thought I'll just move two params below (see the screenshot attached). At this point, I ended up seeing syntax error while this is perfectly valid python. Please help!

image

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