From 220b981ab4c390fdfce6d8baaad557a2bebb7812 Mon Sep 17 00:00:00 2001 From: Yujong Lee Date: Mon, 21 Sep 2026 21:53:18 +0000 Subject: [PATCH] test(rust): deduplicate the merged os import Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/test_litellm_rust/test_cache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm_rust/test_cache.py b/tests/test_litellm_rust/test_cache.py index 87e9d76ccb4..a60feb9973a 100644 --- a/tests/test_litellm_rust/test_cache.py +++ b/tests/test_litellm_rust/test_cache.py @@ -3,7 +3,6 @@ import contextvars import gc import hashlib import json -import os import math import os import threading