From 08cb68c8fb32bd4dc4e399d3e88936459fbccf95 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 19 Mar 2025 21:08:19 -0700 Subject: [PATCH] fix import hashlib --- litellm/llms/openai/openai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/llms/openai/openai.py b/litellm/llms/openai/openai.py index 98ef95239e..deb70b481e 100644 --- a/litellm/llms/openai/openai.py +++ b/litellm/llms/openai/openai.py @@ -1,4 +1,3 @@ -import hashlib import time import types from typing import (