Skip to content

Commit 5c61e6f

Browse files
Copilotdlech
andauthored
docs: fix example imports of decorators in README (#585)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dlech <963645+dlech@users.noreply.github.com>
1 parent b35b35c commit 5c61e6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ For more information, see the [overview for the high-level service](https://dbus
119119

120120
```python
121121
from dbus_fast.annotations import DBusStr, DBusDict
122-
from dbus_fast.service import ServiceInterface, method, dbus_property, signal, Variant
123-
from dbus_fast.aio MessageBus
122+
from dbus_fast.service import ServiceInterface, dbus_method, dbus_property, dbus_signal
123+
from dbus_fast import Variant
124+
from dbus_fast.aio import MessageBus
124125

125126
import asyncio
126127

0 commit comments

Comments
 (0)