mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Remove an unused InstanceArguments
This commit is contained in:
@@ -162,7 +162,6 @@ def _infer_param(function_value, param):
|
|||||||
"Comments length != Params length %s %s",
|
"Comments length != Params length %s %s",
|
||||||
params_comments, all_params
|
params_comments, all_params
|
||||||
)
|
)
|
||||||
from jedi.inference.value.instance import InstanceArguments
|
|
||||||
if function_value.is_bound_method():
|
if function_value.is_bound_method():
|
||||||
if index == 0:
|
if index == 0:
|
||||||
# Assume it's self, which is already handled
|
# Assume it's self, which is already handled
|
||||||
|
|||||||
Reference in New Issue
Block a user