From 2b48eae60c3dca257ca02a6aa97f4e63236a6936 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 27 Dec 2020 20:45:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Make=20put=20a=20coroutine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalnet/engineer/dispenser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/engineer/dispenser.py b/royalnet/engineer/dispenser.py index a0636867..717cddd2 100644 --- a/royalnet/engineer/dispenser.py +++ b/royalnet/engineer/dispenser.py @@ -20,7 +20,7 @@ class Dispenser: A :class:`list` of all the running sentries of this dispenser. """ - def put(self, item: t.Any) -> None: + async def put(self, item: t.Any) -> None: """ Insert a new item in the queues of all the running sentries.