refactor(vertex_ai): drop moved comment from batch output transform context helper

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
yassin 2026-09-17 00:26:27 +00:00
parent 5ddc96e560
commit 695c37307c

View file

@ -354,9 +354,6 @@ class _VertexBatchOutputRowTransformContext:
def _new_vertex_batch_output_row_transform_context() -> _VertexBatchOutputRowTransformContext:
# Use a fresh Logging object for the per-row transform so we never
# mutate the caller's (which already ran pre_call with its own
# model/start_time/optional_params).
batch_transform_logging_obj: Final = Logging(
model="",
messages=[],