Fixes deoplete import

Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
This commit is contained in:
Anagh Kumar Baranwal
2019-11-10 17:27:55 +05:30
parent 897aaecdff
commit b054ba1230

View File

@@ -1,6 +1,6 @@
from subprocess import check_output
from .base import Base
from deoplete.base.source import Base
class Source(Base):