Skip to content

Commit

Permalink
chore: add TODO comment
Browse files Browse the repository at this point in the history
Signed-off-by: BrianPark314 <[email protected]>
  • Loading branch information
BrianPark314 committed Mar 4, 2025
1 parent d9acb43 commit bedc4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vllm_router/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ async def lifespan(app: FastAPI):
dyn_cfg_watcher.close()


# TODO: This method needs refactoring, since it has nested if statements and is too long
def initialize_all(app: FastAPI, args):
"""
Initialize all the components of the router with the given arguments.
Expand Down

0 comments on commit bedc4d4

Please sign in to comment.