Skip to content

Commit

Permalink
fix test compile
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin committed Nov 27, 2024
1 parent 0f1714e commit ef97905
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 111 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from pydantic import BaseModel

if TYPE_CHECKING:
from anthropic.types import RawMessageStreamEvent
from anthropic.types import RawMessageStreamEvent # type: ignore[import-not-found]

_message_type_lookups = {
"human": "user",
Expand Down
Loading

0 comments on commit ef97905

Please sign in to comment.