mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix: fix linting error
This commit is contained in:
parent
b86efdb920
commit
2636c66516
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ CRUD ENDPOINTS FOR GUARDRAILS
|
|||
|
||||
from typing import Dict, List, Optional, cast
|
||||
|
||||
from fastapi import APIRouter, Depends, HTTPException, status
|
||||
from fastapi import APIRouter, Depends
|
||||
|
||||
from litellm.proxy.auth.user_api_key_auth import user_api_key_auth
|
||||
from litellm.types.guardrails import GuardrailInfoResponse, ListGuardrailsResponse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue