mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix linting error
This commit is contained in:
parent
b4568762d2
commit
caf3050fa0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def _update_internal_new_user_params(data_json: dict, data: NewUserRequest) -> d
|
|||
)
|
||||
|
||||
is_internal_user = False
|
||||
if data.user_role and data.user_role._is_internal_user_role:
|
||||
if data.user_role and data.user_role.is_internal_user_role:
|
||||
is_internal_user = True
|
||||
if litellm.default_internal_user_params:
|
||||
for key, value in litellm.default_internal_user_params.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue