fix: fix linting errors

This commit is contained in:
Krrish Dholakia 2024-07-13 14:39:42 -07:00
parent 55e153556a
commit 7e769f3b89
3 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,8 @@
from litellm.integrations.custom_logger import CustomLogger
from typing import Literal, Optional
import litellm
from litellm.proxy.proxy_server import UserAPIKeyAuth, DualCache
from typing import Optional, Literal
from litellm.integrations.custom_logger import CustomLogger
from litellm.proxy.proxy_server import DualCache, UserAPIKeyAuth
# This file includes the custom callbacks for LiteLLM Proxy
@ -27,6 +28,7 @@ class MyCustomHandler(
"image_generation",
"moderation",
"audio_transcription",
"pass_through_endpoint",
],
):
return data