forked from VimPlug/jedi
Move arguments to a separate module.
This commit is contained in:
@@ -59,7 +59,7 @@ class Context(BaseContext):
|
||||
"""
|
||||
Execute a function with already executed arguments.
|
||||
"""
|
||||
from jedi.evaluate.param import ValuesArguments
|
||||
from jedi.evaluate.arguments import ValuesArguments
|
||||
arguments = ValuesArguments([ContextSet(value) for value in value_list])
|
||||
return self.execute(arguments)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user