1
0
forked from VimPlug/jedi

Remove a usage of load_stubs, because we are already using stubs

This commit is contained in:
Dave Halter
2019-05-06 19:48:15 +02:00
parent 5099ef15b4
commit ee86b58ab9
2 changed files with 3 additions and 10 deletions

View File

@@ -185,7 +185,7 @@ def _load_or_get_stub_module(evaluator, names):
return evaluator.stub_module_cache.get(names)
def load_stubs(context):
def __load_stubs(context): # TODO remove?
root_context = context.get_root_context()
stub_module = _load_or_get_stub_module(
context.evaluator,