pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

E211: not detected in line with print statement/function

Open twmr opened this issue 11 years ago • 7 comments

pep8 doesn't detect E211 (whitespace before ‘(‘ ) in this file

from __future__ import print_function

print ('abc')

twmr avatar Oct 17 '14 20:10 twmr