[binutils-gdb] gdb/testsuite: run isort on gdb.server/fileio-packets.py
Simon Marchi
simark@sourceware.org
Thu Jun 19 17:43:35 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a5d419177fb14c6fd6e9fccf15bd8c6457b0f9c9
commit a5d419177fb14c6fd6e9fccf15bd8c6457b0f9c9
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date: Thu Jun 19 13:42:41 2025 -0400
gdb/testsuite: run isort on gdb.server/fileio-packets.py
`pre-commit run --all-files` found this.
Change-Id: I8db09b12cf184d32351ff2c579bdaa8cf6f80ac3
Diff:
---
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 <http://www.gnu.org/licenses/>.
-import os, stat
+import os
+import stat
# Hex encode INPUT_STRING in the same way that GDB does. Each
More information about the Gdb-cvs
mailing list