Skip to content
Snippets Groups Projects
Unverified Commit 3218ea94 authored by Ian Cordasco's avatar Ian Cordasco
Browse files

Fix E305 from pycodestyle

parent 5368b303
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -55,6 +55,8 @@ def _err(self, node, code):
lineno += len(node.decorator_list)
col_offset += 4
return (lineno, col_offset, '%s %s' % (code, getattr(self, code)), self)
BaseASTCheck = _ASTCheckMeta('BaseASTCheck', (object,),
{'__doc__': "Base for AST Checks.", 'err': _err})
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment