mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Fix black
This commit is contained in:
parent
0a9c076e8b
commit
e942ef6eea
1 changed files with 1 additions and 4 deletions
|
|
@ -9338,10 +9338,7 @@ class Router:
|
|||
if pattern_deployments:
|
||||
return model, pattern_deployments
|
||||
|
||||
if (
|
||||
request_team_id is not None
|
||||
and request_team_id in self.team_pattern_routers
|
||||
):
|
||||
if request_team_id is not None and request_team_id in self.team_pattern_routers:
|
||||
pattern_deployments = self.team_pattern_routers[
|
||||
request_team_id
|
||||
].get_deployments_by_pattern(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue