mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix code QA checks
This commit is contained in:
parent
d2a48a533a
commit
23280ffe7f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ PATCH /config/cost_margin_config - Update cost margin configuration
|
|||
POST /cost/estimate - Estimate cost for a given model and token counts
|
||||
"""
|
||||
|
||||
from typing import Dict, List, Optional, Union
|
||||
from typing import Dict, Union
|
||||
|
||||
from fastapi import APIRouter, Depends, HTTPException
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue