mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
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 vim
|
||||||
import jedi
|
import jedi
|
||||||
import jedi.keywords
|
|
||||||
from jedi._compatibility import unicode, is_py3k
|
from jedi._compatibility import unicode, is_py3k
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user