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-xmethods.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gdb/testsuite/gdb.python/py-xmethods.py') diff --git a/gdb/testsuite/gdb.python/py-xmethods.py b/gdb/testsuite/gdb.python/py-xmethods.py index 54bd10b..a2b8d57 100644 --- a/gdb/testsuite/gdb.python/py-xmethods.py +++ b/gdb/testsuite/gdb.python/py-xmethods.py @@ -16,12 +16,10 @@ # This file is part of the GDB testsuite. It test the xmethods support # in the Python extension language. -import gdb import re -from gdb.xmethod import XMethod -from gdb.xmethod import XMethodMatcher, XMethodWorker -from gdb.xmethod import SimpleXMethodMatcher +import gdb +from gdb.xmethod import SimpleXMethodMatcher, XMethod, XMethodMatcher, XMethodWorker def A_plus_A(obj, opr): -- cgit v1.1