forked from VimPlug/jedi
pep8 compatibility
This commit is contained in:
@@ -64,6 +64,7 @@ class Base(object):
|
||||
def isinstance(self, *cls):
|
||||
return isinstance(self, cls)
|
||||
|
||||
|
||||
class Simple(Base):
|
||||
"""
|
||||
The super class for Scope, Import, Name and Statement. Every object in
|
||||
|
||||
Reference in New Issue
Block a user