summaryrefslogtreecommitdiff
path: root/kvmd/aiotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/aiotools.py')
-rw-r--r--kvmd/aiotools.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/kvmd/aiotools.py b/kvmd/aiotools.py
index dfd67f44..84c6f314 100644
--- a/kvmd/aiotools.py
+++ b/kvmd/aiotools.py
@@ -97,9 +97,6 @@ class AioNotifier:
async def notify(self) -> None:
await self.__queue.put(None)
- def notify_sync(self) -> None:
- self.__queue.put_nowait(None)
-
async def wait(self) -> None:
await self.__queue.get()
while not self.__queue.empty():