style: run black formatter on handler.py

This commit is contained in:
Atharva Jaiswal 2026-03-19 15:44:19 +05:30
parent 29b219ae21
commit 3337122045

View file

@ -5,6 +5,7 @@ This handler provides token counting for partner models hosted on Vertex AI.
Unlike Gemini models which use Google's token counting API, partner models use
their respective publisher-specific count-tokens endpoints.
"""
from typing import Any, Dict, Optional
from litellm.llms.custom_httpx.http_handler import get_async_httpx_client