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
The text was updated successfully, but these errors were encountered:
tandav
changed the title
indentation breaks for multiple statements separated by commas in class __init__ oneliner
indentation breaks for multiple statements separated by semicolons in class __init__ oneliner
Mar 14, 2023
Python Code
This is working python code:
after running autopep8 it becomes:
Indentation is broken:
"self" is not defined
,"args" is not defined
,"kwargs" is not defined
.Expected output should be something like this:
Command Line and Configuration
Command Line
Your Environment
The text was updated successfully, but these errors were encountered: