mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix: fix linting error
This commit is contained in:
parent
184ee6c252
commit
197b1db6ec
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 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.proxy.auth.user_api_key_auth import user_api_key_auth
|
||||||
from litellm.types.guardrails import GuardrailInfoResponse, ListGuardrailsResponse
|
from litellm.types.guardrails import GuardrailInfoResponse, ListGuardrailsResponse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue