Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle committed Oct 28, 2024
1 parent 4082260 commit 97e2ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/flow/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ async def predict_and_score(
else:
score_args = {
k: v for k, v in example.items() if k in score_arg_names
}
}

else:
# example is a list of values
Expand Down

0 comments on commit 97e2ea9

Please sign in to comment.