mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 05:07:51 +02:00
Lint
This commit is contained in:
@@ -60,7 +60,6 @@ class AsyncBatchedBaseStore(BaseStore):
|
||||
self._task = self._loop.create_task(_run(self._aqueue, weakref.ref(self)))
|
||||
|
||||
def __del__(self) -> None:
|
||||
print("cancelling task")
|
||||
self._task.cancel()
|
||||
|
||||
async def aget(
|
||||
|
||||
Reference in New Issue
Block a user