1
0
forked from VimPlug/jedi

Remove stale import

This commit is contained in:
Laurens Van Houtven
2013-06-22 08:57:02 +02:00
parent 397b881c96
commit ae94a2cda1

View File

@@ -1,6 +1,5 @@
import jedi
from jedi.parsing import Parser
from jedi._compatibility import is_py3k; is_py3k # shut up pyflakes
from . import base