mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 02:02:11 +08:00
Renamed quick_complete to _quick_complete
This commit is contained in:
@@ -29,7 +29,7 @@ import sys
|
||||
# imports and circular imports... Just avoid it:
|
||||
sys.path.insert(0, __path__[0])
|
||||
|
||||
from .api import Script, NotFoundError, quick_complete, set_debug_function
|
||||
from .api import Script, NotFoundError, set_debug_function, _quick_complete
|
||||
from . import settings
|
||||
|
||||
from . import api
|
||||
|
||||
Reference in New Issue
Block a user