From 8527b910dc96babcf4a2e4f1d9b34b3e5898a935 Mon Sep 17 00:00:00 2001 From: JerrettDavis Date: Thu, 9 Jul 2026 20:59:12 -0500 Subject: [PATCH] test(litellm): remove unused pytest import --- tests/test_litellm_callback.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_litellm_callback.py b/tests/test_litellm_callback.py index 5ad40d265..c78954999 100644 --- a/tests/test_litellm_callback.py +++ b/tests/test_litellm_callback.py @@ -9,8 +9,6 @@ from __future__ import annotations import asyncio -import pytest - from tests._dotenv import importorskip_no_env_leak importorskip_no_env_leak("litellm")