Skip to content

Commit 230a5d8

Browse files
author
Tony Crisci
authored
Merge pull request #120 from LogeshG5/patch-1
Fix import in README.md Service Interface example
2 parents 92a2039 + b0159a5 commit 230a5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For more information, see the [overview for the high-level service](https://pyth
8484

8585
```python
8686
from dbus_next.service import ServiceInterface, method, dbus_property, signal, Variant
87-
from dbus_next.aio MessageBus
87+
from dbus_next.aio import MessageBus
8888

8989
import asyncio
9090

0 commit comments

Comments
 (0)