forked from VimPlug/jedi
Remove an unused cache method
This commit is contained in:
@@ -32,11 +32,6 @@ class HelperValueMixin(object):
|
|||||||
return value
|
return value
|
||||||
value = value.parent_context
|
value = value.parent_context
|
||||||
|
|
||||||
@classmethod
|
|
||||||
@inference_state_as_method_param_cache()
|
|
||||||
def create_cached(cls, *args, **kwargs):
|
|
||||||
return cls(*args, **kwargs)
|
|
||||||
|
|
||||||
def execute(self, arguments):
|
def execute(self, arguments):
|
||||||
return self.inference_state.execute(self, arguments=arguments)
|
return self.inference_state.execute(self, arguments=arguments)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user