Skip to content

Commit 0f99517

Browse files
committed
Fix lint error
1 parent 9e3a04a commit 0f99517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/llms/anthropic/files/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import asyncio
22
import json
33
import time
4-
from typing import Any, Coroutine, Dict, List, Optional, Union
4+
from typing import Any, Coroutine, Optional, Union
55

66
import httpx
77

0 commit comments

Comments
 (0)