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 isn't really a bug, since the output still behaves the same, it's just suboptimal formatting. There is already an enhancement request for merging implicitly concatenated strings on the same line: #26.
See e.g. https://github.com/pandas-dev/pandas/pull/28857/files
Before using black, we have something like:
After using black, the string is reformatted with an unwanted
" "
:Whereas we would want
Would a PR addressing this be accepted?
The text was updated successfully, but these errors were encountered: