We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e05bc commit eb1d574Copy full SHA for eb1d574
pymodbus/payload.py
@@ -330,9 +330,6 @@ def _unpack_words(self, handle) -> bytes:
330
# Change Word order if little endian word order #
331
# Pack values back based on correct byte order #
332
# ---------------------------------------------- #
333
- :param fstring:
334
- :param handle: Value to be unpacked
335
- :return:
336
"""
337
if Endian.LITTLE in {self._byteorder, self._wordorder}:
338
handle = array("H", handle)
0 commit comments