mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 12:01:54 +00:00
core: Bump ruff version to 0.12 (#31846)
This commit is contained in:
committed by
GitHub
parent
73552883c3
commit
8aed3b61a9
@@ -97,3 +97,5 @@ class LLMResult(BaseModel):
|
||||
self.generations == other.generations
|
||||
and self.llm_output == other.llm_output
|
||||
)
|
||||
|
||||
__hash__ = None # type: ignore[assignment]
|
||||
|
Reference in New Issue
Block a user