Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerachleff committed Nov 21, 2024
1 parent 8c25efc commit 92a1aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/langsmith/evaluation/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,7 @@ def _is_valid_uuid(value: str) -> bool:
except ValueError:
return False


def _resolve_data(
data: DATA_T, *, client: langsmith.Client
) -> Iterable[schemas.Example]:
Expand Down

0 comments on commit 92a1aee

Please sign in to comment.