forked from VimPlug/jedi
Introduce some stricter typing
This commit is contained in:
@@ -134,7 +134,7 @@ def execute(callback):
|
||||
except KeyError:
|
||||
pass
|
||||
else:
|
||||
return func(value, arguments=arguments, callback=call)
|
||||
return func(value, arguments=arguments, callback=call) # type: ignore
|
||||
return call()
|
||||
|
||||
return wrapper
|
||||
|
||||
Reference in New Issue
Block a user