fix code QA checks

This commit is contained in:
Ishaan Jaffer 2026-01-05 16:33:50 +05:30
parent d2a48a533a
commit 23280ffe7f

View file

@ -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