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
This addresses several formatting issues, including:
* Same-line str concatenation
* Same-indentation-level multi-line str concatenation
in function parameters and dict definitions
* Unnecessary parentheses around str constants
Although the initial work was automated,
manual work was required to reflow multi-line
concatenated strings to fit under the 100-character limit.
0 commit comments