From a251a52717fd712fd4a8a9e66e1e03c011d3c541 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 12 Dec 2023 13:54:17 -0800 Subject: [PATCH] (chore) remove junk tkinter import --- litellm/llms/openai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/llms/openai.py b/litellm/llms/openai.py index 9489e44c3..b327a3a4e 100644 --- a/litellm/llms/openai.py +++ b/litellm/llms/openai.py @@ -1,4 +1,3 @@ -from tkinter import N from typing import Optional, Union, Any import types, time, json import httpx