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
Black does so because on the top level, there are two newlines after a function or class definition. We currently don't see that the if statement is on the top level when formatting its suite, so we can't that we need one more newline here. This is a follow-up to #7946.
The text was updated successfully, but these errors were encountered:
Black formats
as
while we format it as
Black does so because on the top level, there are two newlines after a function or class definition. We currently don't see that the if statement is on the top level when formatting its suite, so we can't that we need one more newline here. This is a follow-up to #7946.
The text was updated successfully, but these errors were encountered: