mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +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
Reference in a new issue