Skip to content

Commit

Permalink
Merge pull request altdesktop#120 from LogeshG5/patch-1
Browse files Browse the repository at this point in the history
Fix import in README.md Service Interface example
  • Loading branch information
Tony Crisci authored Sep 11, 2022
2 parents 92a2039 + b0159a5 commit 230a5d8
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 230a5d8

Please sign in to comment.