From c2cf30e7608093773286081ebfc4067246ecba7e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 20 Mar 2024 09:03:04 -0600 Subject: Run isort This patch is the result of running 'isort .' in the gdb directory. Approved-By: Simon Marchi --- gdb/testsuite/gdb.python/py-unwind.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/testsuite/gdb.python/py-unwind.py') diff --git a/gdb/testsuite/gdb.python/py-unwind.py b/gdb/testsuite/gdb.python/py-unwind.py index 6073e58..62bfb09 100644 --- a/gdb/testsuite/gdb.python/py-unwind.py +++ b/gdb/testsuite/gdb.python/py-unwind.py @@ -14,8 +14,7 @@ # along with this program. If not, see . import gdb -from gdb.unwinder import Unwinder, FrameId - +from gdb.unwinder import FrameId, Unwinder # These are set to test whether invalid register names cause an error. add_saved_register_errors = {} -- cgit v1.1