mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +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},
|
where={"user_id": new_member.user_id},
|
||||||
data={
|
data={
|
||||||
"update": {"teams": {"push": [team_id]}},
|
"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:
|
elif new_member.user_email is not None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue