forked from VimPlug/jedi-vim
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:
@@ -10,7 +10,6 @@ from shlex import split as shsplit
|
||||
|
||||
import vim
|
||||
import jedi
|
||||
import jedi.keywords
|
||||
from jedi._compatibility import unicode, is_py3k
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user