mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 05:22:19 +08:00
Remove code that was scheduled for removal.
This commit is contained in:
@@ -418,10 +418,6 @@ class Evaluator(object):
|
||||
|
||||
@debug.increase_indent
|
||||
def execute(self, obj, arguments):
|
||||
if not isinstance(arguments, param.AbstractArguments):
|
||||
raise NotImplementedError
|
||||
arguments = param.Arguments(self, arguments)
|
||||
|
||||
if self.is_analysis:
|
||||
arguments.eval_all()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user