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