From a5d419177fb14c6fd6e9fccf15bd8c6457b0f9c9 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 19 Jun 2025 13:42:41 -0400 Subject: [PATCH] gdb/testsuite: run isort on gdb.server/fileio-packets.py `pre-commit run --all-files` found this. Change-Id: I8db09b12cf184d32351ff2c579bdaa8cf6f80ac3 --- gdb/testsuite/gdb.server/fileio-packets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.server/fileio-packets.py b/gdb/testsuite/gdb.server/fileio-packets.py index 293ae7e2aef..f132e91a65d 100644 --- a/gdb/testsuite/gdb.server/fileio-packets.py +++ b/gdb/testsuite/gdb.server/fileio-packets.py @@ -13,7 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import os, stat +import os +import stat # Hex encode INPUT_STRING in the same way that GDB does. Each -- 2.47.3