mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
style: fix black formatting in volcengine transformation.py
This commit is contained in:
parent
494f0ed604
commit
0dd6767999
1 changed files with 5 additions and 1 deletions
|
|
@ -22,7 +22,11 @@ from litellm.types.llms.openai import (
|
|||
)
|
||||
from litellm.types.utils import ImageObject, ImageResponse
|
||||
|
||||
from ..common_utils import VolcEngineError, get_volcengine_base_url, get_volcengine_headers
|
||||
from ..common_utils import (
|
||||
VolcEngineError,
|
||||
get_volcengine_base_url,
|
||||
get_volcengine_headers,
|
||||
)
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from litellm.litellm_core_utils.litellm_logging import Logging as _LiteLLMLoggingObj
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue