mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 21:27:52 +02:00
Lint
This commit is contained in:
@@ -238,7 +238,7 @@ class Control(Generic[N]):
|
||||
self.trigger = trigger
|
||||
self.send = send
|
||||
|
||||
def __repr__(self):
|
||||
def __repr__(self) -> str:
|
||||
contents = ", ".join(
|
||||
f"{key}={value!r}" for key, value in self.__dict__.items() if value
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user