From fe131affca1608f562f63503f7a8a6134ace8132 Mon Sep 17 00:00:00 2001 From: Thomas Viehmann Date: Fri, 22 Mar 2024 11:19:38 -0700 Subject: [PATCH] remove fixed todo --- thunder/core/prims.py | 1 - 1 file changed, 1 deletion(-) diff --git a/thunder/core/prims.py b/thunder/core/prims.py index e6d2724af7..12d21aa1d8 100644 --- a/thunder/core/prims.py +++ b/thunder/core/prims.py @@ -748,7 +748,6 @@ def _make_parts_into_line_or_lines(parts: list[str], out: list[str] | None = Non return lines -# TODO Review using multi-line unpacks more cleverly # TODO Possibly put the length in the code to show the requirement def unpack_sequence_printer( bsym: BoundSymbol, out_printables: Any, arg_printables: Sequence[Printable], kwarg_printables: dict[str, Printable]