mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: remove unused Any import from get_blog_posts
This commit is contained in:
parent
67482db49d
commit
12facb27e1
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import time
|
|||
import xml.etree.ElementTree as ET
|
||||
from email.utils import parsedate_to_datetime
|
||||
from importlib.resources import files
|
||||
from typing import Any, Dict, List, Optional
|
||||
from typing import Dict, List, Optional
|
||||
|
||||
import httpx
|
||||
from pydantic import BaseModel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue