flake8 · flake8/E231
E231
Missing Whitespace After Separator
A comma, semicolon, or colon is not followed by a space (e.g. a,b instead of a, b). Add a space after the separator.
A comma, semicolon, or colon is not followed by a space (e.g. a,b instead of a, b). Add a space after the separator.