fix: Fixed all from urllib.error import HTTPError

This commit is contained in:
ArchiusVuong-sudo
2025-01-18 23:01:01 +07:00
parent a606f48b70
commit 659cb6279e

View File

@@ -3,7 +3,7 @@ from typing import Any, Type, Optional
import re
from pydantic import BaseModel, Field
from .serpapi_base_tool import SerpApiBaseTool
from serpapi import HTTPError
from urllib.error import HTTPError
class SerpApiGoogleShoppingToolSchema(BaseModel):
"""Input for Google Shopping."""