mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Merge branch 'main' into snowflake
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from typing import Any, Optional, Type
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
from serpapi import HTTPError
|
||||
from .serpapi_base_tool import SerpApiBaseTool
|
||||
from urllib.error import HTTPError
|
||||
|
||||
from .serpapi_base_tool import SerpApiBaseTool
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
from typing import Any, Optional, Type
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
from serpapi import HTTPError
|
||||
from .serpapi_base_tool import SerpApiBaseTool
|
||||
from urllib.error import HTTPError
|
||||
|
||||
from .serpapi_base_tool import SerpApiBaseTool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user