mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix: fix linting issues
This commit is contained in:
parent
6b1b1b82cf
commit
492c9043f6
2 changed files with 9 additions and 10 deletions
|
@ -65,7 +65,7 @@ class PrismaClient:
|
|||
where={
|
||||
"token": hashed_token
|
||||
},
|
||||
data={**data}
|
||||
data={**data} # type: ignore
|
||||
)
|
||||
return {"token": token, "data": data}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue