Skip to content

Commit eb1d574

Browse files
janiversenMrWaloo
andauthored
Complete pull request #2310 (#2312)
* Update BinaryPayloadDecoder._unpack_words documentation Co-authored-by: Michel F <[email protected]>
1 parent f9e05bc commit eb1d574

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymodbus/payload.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,6 @@ def _unpack_words(self, handle) -> bytes:
330330
# Change Word order if little endian word order #
331331
# Pack values back based on correct byte order #
332332
# ---------------------------------------------- #
333-
:param fstring:
334-
:param handle: Value to be unpacked
335-
:return:
336333
"""
337334
if Endian.LITTLE in {self._byteorder, self._wordorder}:
338335
handle = array("H", handle)

0 commit comments

Comments
 (0)