mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 01:22:24 +02:00
Lint
This commit is contained in:
@@ -256,7 +256,7 @@ class Command:
|
||||
)
|
||||
return f"Command({contents})"
|
||||
|
||||
def __eq__(self, value):
|
||||
def __eq__(self, value: Any) -> bool:
|
||||
return type(value) is type(self) and all(
|
||||
getattr(self, key) == getattr(value, key) for key in self.__all_slots__
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user