Skip to content

Commit

Permalink
refactor: Lint integrations-service (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored and github-actions[bot] committed Oct 31, 2024
1 parent 387e0aa commit dc4d8ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integrations-service/integrations/models/brave.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from typing import List
from pydantic import Field, BaseModel

from pydantic import BaseModel, Field

from .base_models import BaseOutput

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import json

from beartype import beartype
from langchain_community.tools import BraveSearch
from tenacity import retry, stop_after_attempt, wait_exponential
import json

from ...autogen.Tools import BraveSearchArguments, BraveSearchSetup
from ...models import BraveSearchOutput, SearchResult
Expand Down

0 comments on commit dc4d8ea

Please sign in to comment.