Skip to content

Commit 842eef6

Browse files
committed
another try on the Mixin
1 parent 7af6ce9 commit 842eef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/client/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from pymodbus.transport import CommParams
1515

1616

17-
class ModbusBaseClient(ModbusClientMixin[Awaitable[ModbusPDU, int]]):
17+
class ModbusBaseClient(ModbusClientMixin[Awaitable[ModbusPDU], Awaitable[int]]):
1818
"""**ModbusBaseClient**.
1919
2020
:mod:`ModbusBaseClient` is normally not referenced outside :mod:`pymodbus`.

0 commit comments

Comments
 (0)