flake8 · flake8/E211
E211
Whitespace Before '(' or '['
There is a space before a parenthesis or bracket when calling or indexing (e.g. func (args) or obj [idx]). Remove the space between the name and the bracket.
There is a space before a parenthesis or bracket when calling or indexing (e.g. func (args) or obj [idx]). Remove the space between the name and the bracket.