[binutils-gdb] [gdb/testsuite] Fix isort fail in gdb.python/py-frame.py

Tom de Vries via Gdb-cvs <[email protected]> Mon, 13 Jul 2026 07:40:14 +0000 (GMT)
Newsgroups gmane.comp.gdb.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D416279353182=
7b332279477fea8b787f616f2026

commit 4162793531827b332279477fea8b787f616f2026
Author: Tom de Vries <[email protected]>
Date:   Mon Jul 13 09:40:09 2026 +0200

    [gdb/testsuite] Fix isort fail in gdb.python/py-frame.py
   =20
    Result of:
    ...
    $ pre-commit run isort --all-files
    isort..................................................................=
.Failed
    - hook id: isort
    - files were modified by this hook
   =20
    Fixing gdb/testsuite/gdb.python/py-frame.py
    ...

Diff:
---
 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.pytho=
n/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 @@
=20
=20
 import re
+
 import gdb
-from gdb.unwinder import Unwinder, FrameId
+from gdb.unwinder import FrameId, Unwinder
=20
=20
 class corrupt_stack_unwinder(Unwinder):