Remove not-needed parenthesis #1689
Labels
F: parentheses
Too many parentheses, not enough parentheses, and so on.
R: duplicate
This issue or pull request already exists
S: accepted
The changes in this design / enhancement issue have been accepted and can be implemented
T: enhancement
New feature or request
T: style
What do we want Blackened code to look like?
Problem
When formatting code with Black, some not-needed parenthesis are kept.
Current behaviour
The following lines remain unchanged after Black formatting
Expected Behaviour
I would expect parenthesis to be removed
The text was updated successfully, but these errors were encountered: