unnecessary parentheses in unpacking aren't removed #3080
Labels
F: parentheses
Too many parentheses, not enough parentheses, and so on.
S: accepted
The changes in this design / enhancement issue have been accepted and can be implemented
T: style
What do we want Blackened code to look like?
Describe the style change
Replace
(foo)
withfoo
when unpacking, wherefoo
is an expression.Examples in the current Black style
Desired style
The text was updated successfully, but these errors were encountered: