You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copying the sample code from the fix in e2aa007 and adding a decorator to the class method results in an IndentationError. My code is now as follows:
fromunittest.mockimportpatchclassTest(object):
def__init__(self):
pass@patch()defan_empty_line_above_this(self):
return'No worry about the blank lines'if__name__=='__main__':
print('blank lines are cool, now PEP8 lint stop warning about it’s absence.')
And I get the following errors:
Here is a minimal vimrc that will reproduce the issue:
Copying the sample code from the fix in e2aa007 and adding a decorator to the class method results in an
IndentationError
. My code is now as follows:And I get the following errors:
Here is a minimal vimrc that will reproduce the issue:
Environment
man script
: util-linux June 2014 SCRIPT(1)vim --version
: https://pastebin.com/hsyP21FSThe text was updated successfully, but these errors were encountered: