Remove jedi.NotFoundError, because that was removed quite a while ago, see #899

This commit is contained in:
Dave Halter
2019-02-17 18:03:48 +01:00
parent d02a72e792
commit ea5e87a703

View File

@@ -420,8 +420,6 @@ def show_documentation():
script = get_script()
try:
definitions = script.goto_definitions()
except jedi.NotFoundError:
definitions = []
except Exception:
# print to stdout, will be in :messages
definitions = []