Skip to content

Commit 11de5ab

Browse files
committed
🎨 Fix formatting
Signed-off-by: Gaurav-Kumbhat <[email protected]>
1 parent 6a0e867 commit 11de5ab

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

vllm_detector_adapter/start_with_tgis_adapter.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,10 @@ async def run_http_server(
7373
app = api_server.build_app(args)
7474
if hasattr(engine, "get_vllm_config"):
7575
vllm_config = await engine.get_vllm_config()
76-
await init_app_state_with_detectors(
77-
engine, vllm_config, app.state, args
78-
)
76+
await init_app_state_with_detectors(engine, vllm_config, app.state, args)
7977
else:
8078
model_config = await engine.get_model_config()
81-
await init_app_state_with_detectors(
82-
engine, model_config, app.state, args
83-
)
79+
await init_app_state_with_detectors(engine, model_config, app.state, args)
8480

8581
serve_kwargs = {
8682
"host": args.host,

0 commit comments

Comments
 (0)