From b0159a5161e629473c06a1118490d28607f296f5 Mon Sep 17 00:00:00 2001 From: Logesh Date: Thu, 2 Jun 2022 09:29:14 +0530 Subject: [PATCH] Fix import in README.md Service Interface example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1cb2b6..27922e4 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ For more information, see the [overview for the high-level service](https://pyth ```python from dbus_next.service import ServiceInterface, method, dbus_property, signal, Variant -from dbus_next.aio MessageBus +from dbus_next.aio import MessageBus import asyncio