1
0
forked from VimPlug/jedi

Fix an issue with type vars

This commit is contained in:
Dave Halter
2018-09-22 21:00:42 +02:00
parent 389d4e3d9c
commit 994e7d1910
7 changed files with 63 additions and 61 deletions

View File

@@ -69,7 +69,7 @@ def get_executed_params_and_issues(execution_context, var_args):
_add_argument_issue(
default_param_context,
'type-error-too-many-arguments',
lazy_context,
argument,
message=m
)
)