Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Feb 3, 2025
1 parent c9769b2 commit 142c912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepeval/benchmarks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def should_use_batch(model: DeepEvalBaseLLM, batch_size: Optional[int] = None):
if batch_size is None:
return False

if not hasattr(model, 'batch_generate'):
if not hasattr(model, "batch_generate"):
return False

return True

0 comments on commit 142c912

Please sign in to comment.