Skip to content

Commit

Permalink
add the ignore[attr-defined] back
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng committed Feb 7, 2025
1 parent fbb0511 commit 4275865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seer/automation/agent/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ToolResultBlockParam,
ToolUseBlockParam,
)
from google import genai
from google import genai # type: ignore[attr-defined]
from google.api_core.exceptions import ResourceExhausted
from google.genai.types import (
Content,
Expand Down

0 comments on commit 4275865

Please sign in to comment.