We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af6ce9 commit 842eef6Copy full SHA for 842eef6
pymodbus/client/base.py
@@ -14,7 +14,7 @@
14
from pymodbus.transport import CommParams
15
16
17
-class ModbusBaseClient(ModbusClientMixin[Awaitable[ModbusPDU, int]]):
+class ModbusBaseClient(ModbusClientMixin[Awaitable[ModbusPDU], Awaitable[int]]):
18
"""**ModbusBaseClient**.
19
20
:mod:`ModbusBaseClient` is normally not referenced outside :mod:`pymodbus`.
0 commit comments