``` printf 'foo = "bar" \t# comment\n' | pep8 - ``` I expected the following output but got nothing: ``` stdin:1:12: E261 at least two spaces before inline comment ```