Skip to content

Commit 84a8219

Browse files
christiansandbergjaniversen
authored andcommitted
Remove whitespace
1 parent 17ea99e commit 84a8219

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymodbus/framer/rtu_framer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,9 @@ def getRawFrame(self): # pylint: disable=invalid-name
330330

331331
def get_expected_response_length(self, data):
332332
"""Get the expected response length if available in data.
333-
333+
334334
:param data: Message data read so far
335335
:raises IndexError: If not enough data to read byte count
336-
:raises NotImplementedException: If not supported by function code
337336
:return: Total frame size
338337
"""
339338
func_code = int(data[1])

0 commit comments

Comments
 (0)