Skip to content

Commit

Permalink
Fix deoplete source (#1130)
Browse files Browse the repository at this point in the history
Deoplete recently made a change that broke source base imports. See this commit in a repo by the author of deoplete that fixes the problem the same way I do here:

Shougo/neosnippet.vim@23c9743
  • Loading branch information
joshrieken authored and SirVer committed Nov 5, 2019
1 parent d2f42d6 commit 84c84d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/sources/ultisnips.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .base import Base
from deoplete.base.source import Base


class Source(Base):
Expand Down

0 comments on commit 84c84d5

Please sign in to comment.