fix: fix linting error

This commit is contained in:
Krrish Dholakia 2025-03-10 21:22:00 -07:00
parent e83739d6c5
commit e58c18611f
2 changed files with 1 additions and 8 deletions

View file

@ -1,8 +1,6 @@
"""Utils for accessing credentials."""
from typing import List, Union
from pydantic import BaseModel
from typing import List
import litellm
from litellm.types.utils import CredentialItem