Remove a TODO that was already done

This commit is contained in:
Dave Halter
2019-05-31 13:38:42 +02:00
parent 1e9e684575
commit 39eefdbc00

View File

@@ -141,7 +141,6 @@ class ComprehensionMixin(object):
@evaluator_method_cache()
def _get_comp_for_context(self, parent_context, comp_for):
# TODO shouldn't this be part of create_context?
return CompForContext.from_comp_for(parent_context, comp_for)
def _nested(self, comp_fors, parent_context=None):