From a1f66d3f9b21c6cbac7504ec1ebd0ddb374c29b9 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 17 Mar 2025 21:57:51 -0700 Subject: [PATCH] fix --- tests/unit/providers/inference/test_remote_vllm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/providers/inference/test_remote_vllm.py b/tests/unit/providers/inference/test_remote_vllm.py index 881cf6f1f..0065fd9e8 100644 --- a/tests/unit/providers/inference/test_remote_vllm.py +++ b/tests/unit/providers/inference/test_remote_vllm.py @@ -7,7 +7,6 @@ import asyncio import contextlib import json -import logging import threading import time from http.server import BaseHTTPRequestHandler, HTTPServer