From b8502a8fe19ae1729746668334cc55fc055eafb1 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 11 Apr 2026 11:32:25 -0700 Subject: [PATCH] fix(lint): remove unused imports in test_http_handler.py --- tests/test_litellm/llms/custom_httpx/test_http_handler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_litellm/llms/custom_httpx/test_http_handler.py b/tests/test_litellm/llms/custom_httpx/test_http_handler.py index d18f25231ff..a7b7187c8ff 100644 --- a/tests/test_litellm/llms/custom_httpx/test_http_handler.py +++ b/tests/test_litellm/llms/custom_httpx/test_http_handler.py @@ -1,6 +1,4 @@ -import io import os -import pathlib import ssl import sys from unittest.mock import AsyncMock, MagicMock, patch