Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Nov 18, 2024
1 parent 8b90979 commit 459402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/evaluation/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ def _normalize_evaluator_func(
raise ValueError(msg)
elif not all(
pname in supported_args for pname in positional_args
) or positional_args == ("run", "example"):
) or positional_args == ["run", "example"]:
# For backwards compatibility we assume custom arg names are Run and Example
# types, respectively.
return func
Expand Down

0 comments on commit 459402d

Please sign in to comment.