You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!The text was updated successfully, but these errors were encountered: