From 1b15568af7f8923a014e6e49f5ec09e5abf5f981 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 17 Feb 2025 21:37:36 -0800 Subject: [PATCH] fix(proxy/_types.py): fix linting error --- litellm/proxy/_types.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index 0f389a3728..a1dc0c27c5 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -2,17 +2,7 @@ import enum import json import uuid from datetime import datetime -from typing import ( - TYPE_CHECKING, - Any, - Callable, - Dict, - List, - Literal, - Optional, - Union, - get_type_hints, -) +from typing import TYPE_CHECKING, Any, Callable, Dict, List, Literal, Optional, Union import httpx from pydantic import (