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