1
0
forked from VimPlug/jedi

Refactor things so goto is working in both directions

This commit is contained in:
Dave Halter
2019-05-05 01:16:40 +02:00
parent df9c9d8dff
commit 4d3a698a12
8 changed files with 95 additions and 28 deletions
+1 -1
View File
@@ -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`.
"""