From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [pushed 1/2] [gdb/testsuite] Fix isort fail in gdb.python/py-frame.py
Date: Mon, 13 Jul 2026 09:40:27 +0200 [thread overview]
Message-ID: <20260713074028.9449-1-tdevries@suse.de> (raw)
Result of:
...
$ pre-commit run isort --all-files
isort...................................................................Failed
- hook id: isort
- files were modified by this hook
Fixing gdb/testsuite/gdb.python/py-frame.py
...
---
gdb/testsuite/gdb.python/py-frame.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gdb/testsuite/gdb.python/py-frame.py b/gdb/testsuite/gdb.python/py-frame.py
index 971d2f0e0d3..db872cda470 100644
--- a/gdb/testsuite/gdb.python/py-frame.py
+++ b/gdb/testsuite/gdb.python/py-frame.py
@@ -42,8 +42,9 @@
import re
+
import gdb
-from gdb.unwinder import Unwinder, FrameId
+from gdb.unwinder import FrameId, Unwinder
class corrupt_stack_unwinder(Unwinder):
base-commit: aedd8d75177e35fe94a1b462869da373a839bd32
--
2.51.0
next reply other threads:[~2026-07-13 7:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 7:40 Tom de Vries [this message]
2026-07-13 7:40 ` [pushed 2/2] [pre-commit] Bump isort to 9.0.0b1 Tom de Vries
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260713074028.9449-1-tdevries@suse.de \
--to=tdevries@suse.de \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox