mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix linting error
This commit is contained in:
parent
0acc6efa8f
commit
a1fe1d2042
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ async def add_new_member(
|
|||
where={"user_id": new_member.user_id},
|
||||
data={
|
||||
"update": {"teams": {"push": [team_id]}},
|
||||
"create": {"teams": [team_id], **new_user_defaults},
|
||||
"create": {"teams": [team_id], **new_user_defaults}, # type: ignore
|
||||
},
|
||||
)
|
||||
elif new_member.user_email is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue