1
0
forked from VimPlug/jedi

Remove misleading/wrong TODO.

This commit is contained in:
Dave Halter
2016-07-18 00:02:47 +02:00
parent 20529d3405
commit 9eee0d6635

View File

@@ -538,7 +538,6 @@ class Function(use_metaclass(CachedMetaClass, Wrapper)):
if trailer:
# Create a trailer and evaluate it.
trailer = tree.Node('trailer', trailer)
# TODO WTF WHY IS THIS CHANGING PARENTS
trailer.parent = dec
dec_results = self._evaluator.eval_trailer(dec_results, trailer)