Removed an obsolete TODO marker. eric7

Thu, 16 Sep 2021 19:23:07 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 16 Sep 2021 19:23:07 +0200
branch
eric7
changeset 8609
fd6b68a0a2df
parent 8608
4d4d2ec95dd4
child 8610
c9cd21bcbe33

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

eric ide

mercurial