Skip to content

Commit b524f72

Browse files
committed
fix
1 parent 114a79d commit b524f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/langsmith/_internal/_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def serialized_run_operation_to_multipart_parts_and_context(
213213
op: SerializedRunOperation,
214214
) -> MultipartPartsAndContext:
215215
acc_parts: list[MultipartPart] = []
216-
216+
217217
# this is main object, minus inputs/outputs/events/attachments
218218
acc_parts.append(
219219
(

0 commit comments

Comments
 (0)