Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
duwenxin99 committed Jan 25, 2024
1 parent 1e43adb commit 152159b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions langchain_tools_demo/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
from typing import Optional

import aiohttp
from google.auth.transport.requests import Request # type: ignore
import google.oauth2.id_token # type: ignore
from langchain.tools import StructuredTool, tool
from google.auth.transport.requests import Request # type: ignore
from langchain.tools import StructuredTool
from pydantic.v1 import BaseModel, Field

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

0 comments on commit 152159b

Please sign in to comment.