Skip to content

Commit 239f3bd

Browse files
committed
list -> List in litellm tests
1 parent 92a7f71 commit 239f3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/test_llm_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ class Usage:
513513

514514
@dataclass
515515
class MockResponse:
516-
choices: list[Choice]
516+
choices: List[Choice]
517517
usage: Usage
518518

519519
class MockCompletion:

0 commit comments

Comments
 (0)