From 27acdb7c51ad1d95ce639063b1ecd275a2e83338 Mon Sep 17 00:00:00 2001 From: Cleber Rosa Date: Fri, 12 Dec 2025 15:24:50 -0500 Subject: [PATCH] Utils / gdb: remove duplicate docstring line Signed-off-by: Cleber Rosa --- autils/devel/gdb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autils/devel/gdb.py b/autils/devel/gdb.py index 56c857e..052a20f 100644 --- a/autils/devel/gdb.py +++ b/autils/devel/gdb.py @@ -839,7 +839,6 @@ def cmd(self, command_data, expected_response=None): :param expected_response: the (optional) response that is expected as a response for the command sent :type expected_response: str - :raises: RetransmissionRequestedError, UnexpectedResponseError :returns: raw data read from from the remote server :rtype: str :raises NotConnectedError: if the socket is not initialized