Skip to content

Commit 48ab2d9

Browse files
committed
remove unnecessary comment
Signed-off-by: Staszek Pasko <[email protected]>
1 parent 97188e6 commit 48ab2d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/v1/serial_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def encode(self, obj: Any) -> Sequence[bytestr]:
6969
finally:
7070
self.aux_buffers = None
7171

72-
# TODO: would be nice to make this automatic
7372
def encode_into(self, obj: Any, buf: bytearray) -> Sequence[bytestr]:
7473
try:
7574
self.aux_buffers = [buf]

0 commit comments

Comments
 (0)