Skip to content

Commit

Permalink
fix: Fix linting error in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelchristi committed Dec 24, 2024
1 parent cac8d97 commit 28d3b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/base/langflow/components/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .search_api import SearchAPIComponent
from .searxng import SearXNGToolComponent
from .serp_api import SerpAPIComponent
from .tavily_search import TavilySearchToolComponent
from .tavily_search import TavilyComponent
from .wikidata_api import WikidataAPIComponent
from .wikipedia_api import WikipediaAPIComponent
from .wolfram_alpha_api import WolframAlphaAPIComponent
Expand All @@ -41,7 +41,7 @@
"SearXNGToolComponent",
"SearchAPIComponent",
"SerpAPIComponent",
"TavilySearchToolComponent",
"TavilyComponent",
"WikidataAPIComponent",
"WikipediaAPIComponent",
"WolframAlphaAPIComponent",
Expand Down

0 comments on commit 28d3b1f

Please sign in to comment.