Skip to content

Commit 3e87ebe

Browse files
committed
fix pylint.
1 parent aaf9a76 commit 3e87ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/client/mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def readwrite_registers(
466466
read_address: int = 0,
467467
read_count: int = 0,
468468
write_address: int = 0,
469-
values: Union[List[int], int] = [0],
469+
values: Union[List[int], int] = 0,
470470
slave: int = 0,
471471
**kwargs
472472
) -> pdu_reg_read.ReadWriteMultipleRegistersResponse:

0 commit comments

Comments
 (0)