forked from VimPlug/jedi
Remove is_package on contexts
This commit is contained in:
@@ -89,7 +89,6 @@ class CompiledObject(Value):
|
||||
return None
|
||||
return map(cast_path, paths)
|
||||
|
||||
@property
|
||||
def is_package(self):
|
||||
return self.py__path__() is not None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user