1
0
forked from VimPlug/jedi

Fix the reversed object

This commit is contained in:
Dave Halter
2018-09-10 00:30:24 +02:00
parent 9722860417
commit 190a531daa
3 changed files with 38 additions and 41 deletions
-1
View File
@@ -61,7 +61,6 @@ def repack_with_argument_clinic(string, keep_arguments_param=False):
clinic_args
))
except ParamIssue:
print('xxxx')
return NO_CONTEXTS
else:
return func(context, *args, **kwargs)