Skip to content

Commit ce04ebb

Browse files
fix: change misleading comment & remove redundant if statement
1 parent beb93e0 commit ce04ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5694,7 +5694,7 @@ def _set_model_group_info( # noqa: PLR0915
56945694
total_tpm: Optional[int] = None
56955695
total_rpm: Optional[int] = None
56965696
configurable_clientside_auth_params: CONFIGURABLE_CLIENTSIDE_AUTH_PARAMS = None
5697-
# Use set for O(1) provider lookups during iteration
5697+
# Use set for O(1) deduplication
56985698
providers_set: set = set()
56995699
model_list = self.get_model_list(model_name=model_group)
57005700
if model_list is None:

0 commit comments

Comments
 (0)