mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
all: test 3.13 ci (#27197)
Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ from pydantic import ConfigDict
|
||||
from langchain_community.utilities.graphql import GraphQLAPIWrapper
|
||||
|
||||
|
||||
class BaseGraphQLTool(BaseTool):
|
||||
class BaseGraphQLTool(BaseTool): # type: ignore[override]
|
||||
"""Base tool for querying a GraphQL API."""
|
||||
|
||||
graphql_wrapper: GraphQLAPIWrapper
|
||||
|
Reference in New Issue
Block a user