1
0
forked from VimPlug/jedi

Remove api._quick_complete

This commit is contained in:
Takafumi Arakaki
2013-05-11 21:39:53 +02:00
parent 08f8dcfae4
commit 2846fe980b
3 changed files with 1 additions and 46 deletions
+1 -3
View File
@@ -40,9 +40,7 @@ import sys
# imports and circular imports... Just avoid it:
sys.path.insert(0, __path__[0])
from .api import (
Script, Interpreter, NotFoundError, set_debug_function, _quick_complete,
)
from .api import Script, Interpreter, NotFoundError, set_debug_function
from . import settings
sys.path.pop(0)