mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
lint
This commit is contained in:
parent
5cb55a5efd
commit
ff958cc30b
1 changed files with 2 additions and 1 deletions
|
|
@ -307,7 +307,8 @@ mod tests {
|
|||
.expect("kwargs should accept extra_headers");
|
||||
let document = PyDict::new(py);
|
||||
|
||||
for (sync_name, async_name) in [("transcription", "atranscription")] {
|
||||
{
|
||||
let (sync_name, async_name) = ("transcription", "atranscription");
|
||||
let sync_error = module
|
||||
.getattr(sync_name)
|
||||
.and_then(|function| function.call(("model", &document), Some(&kwargs)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue