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-missing-debug.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gdb/testsuite/gdb.python/py-missing-debug.py') diff --git a/gdb/testsuite/gdb.python/py-missing-debug.py b/gdb/testsuite/gdb.python/py-missing-debug.py index 5021803..c1bafdd 100644 --- a/gdb/testsuite/gdb.python/py-missing-debug.py +++ b/gdb/testsuite/gdb.python/py-missing-debug.py @@ -13,10 +13,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import os +from enum import Enum + import gdb from gdb.missing_debug import MissingDebugHandler -from enum import Enum -import os # A global log that is filled in by instances of the LOG_HANDLER class # when they are called. -- cgit v1.1