Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Jan 10, 2025
1 parent 27c4739 commit e8e4df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/evaluation/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2247,7 +2247,7 @@ def _reset_example_attachments(example: schemas.Example) -> schemas.Example:
new_attachments[key] = {
"presigned_url": attachment["presigned_url"],
"reader": reader,
"mime_type": attachment["mime_type"],
"mime_type": attachment.get("mime_type"),
}

# Create a new Example instance with the updated attachments
Expand Down

0 comments on commit e8e4df9

Please sign in to comment.