forked from VimPlug/jedi
Refactor things so goto is working in both directions
This commit is contained in:
@@ -424,7 +424,7 @@ class Importer(object):
|
||||
|
||||
|
||||
@import_module_decorator
|
||||
def import_module(evaluator, import_names, parent_module_context, sys_path, load_stub=True):
|
||||
def import_module(evaluator, import_names, parent_module_context, sys_path):
|
||||
"""
|
||||
This method is very similar to importlib's `_gcd_import`.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user