Skip to content

Commit 197b1db

Browse files
fix: fix linting error
1 parent 184ee6c commit 197b1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/proxy/guardrails/guardrail_endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import Dict, List, Optional, cast
66

7-
from fastapi import APIRouter, Depends, HTTPException, status
7+
from fastapi import APIRouter, Depends
88

99
from litellm.proxy.auth.user_api_key_auth import user_api_key_auth
1010
from litellm.types.guardrails import GuardrailInfoResponse, ListGuardrailsResponse

0 commit comments

Comments
 (0)