Skip to content

Commit

Permalink
remove fixed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi committed Mar 22, 2024
1 parent 4fc8314 commit fe131af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thunder/core/prims.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fe131af

Please sign in to comment.