1
0
forked from VimPlug/jedi

Remove is_package on contexts

This commit is contained in:
Dave Halter
2019-12-01 20:50:29 +01:00
parent 76e0e6a8c5
commit f43d144e23
4 changed files with 2 additions and 9 deletions

View File

@@ -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