forked from VimPlug/jedi
Make is_package a function and call it consistently
This commit is contained in:
@@ -61,7 +61,6 @@ class ImplicitNamespaceValue(Value, SubModuleDictMixin):
|
||||
def is_stub(self):
|
||||
return False
|
||||
|
||||
@property
|
||||
def is_package(self):
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user