mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix linting errors
This commit is contained in:
parent
546cf2e090
commit
a86ab3d25a
1 changed files with 1 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ class MicrosoftSSOHandler:
|
||||||
)
|
)
|
||||||
|
|
||||||
# If service_principal_group_ids is not empty, only return group_ids that are in both all_group_ids and service_principal_group_ids
|
# If service_principal_group_ids is not empty, only return group_ids that are in both all_group_ids and service_principal_group_ids
|
||||||
if len(service_principal_group_ids) > 0:
|
if service_principal_group_ids and len(service_principal_group_ids) > 0:
|
||||||
all_group_ids = [
|
all_group_ids = [
|
||||||
group_id
|
group_id
|
||||||
for group_id in all_group_ids
|
for group_id in all_group_ids
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue