flake8 · flake8/E251
E251
Unexpected Spaces Around Keyword / Parameter Equals
There are spaces around the '=' sign in a keyword argument or default parameter value (e.g. def f(x = 1) or f(x = 1)). PEP 8 requires no spaces here.
There are spaces around the '=' sign in a keyword argument or default parameter value (e.g. def f(x = 1) or f(x = 1)). PEP 8 requires no spaces here.