Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Dec 10, 2024
1 parent ca3ec28 commit 34e8bb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion python/langsmith/evaluation/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@ def _evaluators_include_attachments(
if evaluators is None:
return False

def evaluator_has_attachments(evaluator: Union[EVALUATOR_T, AEVALUATOR_T]) -> bool:
def evaluator_has_attachments(evaluator: Any) -> bool:
sig = inspect.signature(evaluator)
params = list(sig.parameters.values())
positional_params = [
Expand Down
1 change: 0 additions & 1 deletion python/tests/integration_tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def wait_for(
def langchain_client() -> Client:
get_env_var.cache_clear()
return Client(
api_key="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",
info={
"instance_flags": {
"dataset_examples_multipart_enabled": True,
Expand Down

0 comments on commit 34e8bb9

Please sign in to comment.