forked from VimPlug/jedi
Get rid of py__getattribute__ overriding that wasn't needed
This commit is contained in:
@@ -210,7 +210,6 @@ def iterate_contexts(contexts, contextualized_node=None, is_async=False):
|
||||
|
||||
|
||||
class _ContextWrapperBase(HelperContextMixin):
|
||||
py__getattribute__ = Context.py__getattribute__
|
||||
predefined_names = {}
|
||||
|
||||
@safe_property
|
||||
|
||||
Reference in New Issue
Block a user