1
0
forked from VimPlug/jedi

Even more refactorings

This commit is contained in:
Dave Halter
2019-07-05 15:24:39 -07:00
parent 76c6104415
commit d579c0ad57
3 changed files with 21 additions and 15 deletions
+1 -2
View File
@@ -365,8 +365,7 @@ class Script(object):
:rtype: list of :class:`classes.CallSignature`
"""
call_details = \
helpers.get_call_signature_details(self._module_node, self._pos)
call_details = helpers.get_call_signature_details(self._module_node, self._pos)
if call_details is None:
return []