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-disasm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/testsuite/gdb.python/py-disasm.py') diff --git a/gdb/testsuite/gdb.python/py-disasm.py b/gdb/testsuite/gdb.python/py-disasm.py index 281ce6b..c09eae8 100644 --- a/gdb/testsuite/gdb.python/py-disasm.py +++ b/gdb/testsuite/gdb.python/py-disasm.py @@ -13,11 +13,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import gdb -import gdb.disassembler import struct import sys +import gdb +import gdb.disassembler from gdb.disassembler import Disassembler, DisassemblerResult # A global, holds the program-counter address at which we should -- cgit v1.1