Skip to content

Commit

Permalink
chore: delint
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhav756 committed Nov 15, 2024
1 parent 1e69fbd commit 95bfd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_demo/orchestrator/langchain_tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from google.auth import compute_engine # type: ignore
from google.auth.transport.requests import Request # type: ignore
from pydantic import BaseModel, Field
from toolbox_langchain_sdk import ToolboxClient
from toolbox_langchain_sdk import ToolboxClient # type: ignore

BASE_URL = os.getenv("BASE_URL", default="http://127.0.0.1:5000")
CREDENTIALS = None
Expand Down

0 comments on commit 95bfd7e

Please sign in to comment.