Thu, 16 Sep 2021 19:23:07 +0200
Removed an obsolete TODO marker.
eric7/JediInterface/JediClient.py | file | annotate | diff | comparison | revisions |
--- a/eric7/JediInterface/JediClient.py Wed Sep 15 19:57:41 2021 +0200 +++ b/eric7/JediInterface/JediClient.py Thu Sep 16 19:23:07 2021 +0200 @@ -332,9 +332,6 @@ line, index, follow_imports=True, follow_builtin_imports=True) for assignment in assignments: if bool(assignment.module_path): - # TODO: call __getReferences if - # assignment.module_path == filename and - # assignment.line == line gotoDefinition = { 'ModulePath': str(assignment.module_path), 'Line': (0 if assignment.line is None else