This commit is contained in:
Nuno Campos
2025-02-14 10:39:34 -08:00
parent 9dbcb03185
commit b5479b48bf
@@ -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(