mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
exa[patch]: ruff fixes and rules (#31902)
* bump ruff deps * add more thorough ruff rules * fix said rules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from exa_py.api import ( # type: ignore # type: ignore[import-not-found, import-not-found]
|
||||
from exa_py.api import (
|
||||
HighlightsContentsOptions,
|
||||
TextContentsOptions,
|
||||
)
|
||||
@@ -7,9 +7,9 @@ from langchain_exa.retrievers import ExaSearchRetriever
|
||||
from langchain_exa.tools import ExaFindSimilarResults, ExaSearchResults
|
||||
|
||||
__all__ = [
|
||||
"ExaFindSimilarResults",
|
||||
"ExaSearchResults",
|
||||
"ExaSearchRetriever",
|
||||
"HighlightsContentsOptions",
|
||||
"TextContentsOptions",
|
||||
"ExaFindSimilarResults",
|
||||
]
|
||||
|
Reference in New Issue
Block a user