remove unused jedi.keywords import that caused jedi-vim not to work because the file was moved internally in the Jedi package

This commit is contained in:
Dave Halter
2014-01-13 15:38:48 +01:00
parent ce7ba53224
commit d9a43db019

View File

@@ -10,7 +10,6 @@ from shlex import split as shsplit
import vim
import jedi
import jedi.keywords
from jedi._compatibility import unicode, is_py3k