Skip to content

Commit

Permalink
Fix import in README.md Service Interface example
Browse files Browse the repository at this point in the history
  • Loading branch information
LogeshG5 authored Jun 2, 2022
1 parent b74742e commit b0159a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b0159a5

Please sign in to comment.