From: Simon Marchi Date: Thu, 19 Jun 2025 17:42:41 +0000 (-0400) Subject: gdb/testsuite: run isort on gdb.server/fileio-packets.py X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5d419177fb14c6fd6e9fccf15bd8c6457b0f9c9;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite: run isort on gdb.server/fileio-packets.py `pre-commit run --all-files` found this. Change-Id: I8db09b12cf184d32351ff2c579bdaa8cf6f80ac3 --- 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