INTERNAL ERROR: Black produced different code on the second pass of the formatter. String literal concatentation #2035
Labels
C: unstable formatting
Formatting changed on the second pass
R: duplicate
This issue or pull request already exists
T: bug
Something isn't working
Describe the bug
Multi-line string literal concatenation causes problems. See python docs
Bad
Fixed
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Does this bug also happen on master? To answer this, you have two options:
latest master branch.
pip install -e .
;python -m unittest
; andblack
like you did last time.Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: