flake8 · flake8/E262
E262
Inline Comment Should Start With '# '
An inline comment does not start with '# ' (hash followed by a single space). Fix by ensuring the comment begins with exactly '# '.
An inline comment does not start with '# ' (hash followed by a single space). Fix by ensuring the comment begins with exactly '# '.