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-frame-args.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/testsuite/gdb.python/py-frame-args.py') diff --git a/gdb/testsuite/gdb.python/py-frame-args.py b/gdb/testsuite/gdb.python/py-frame-args.py index abf89ac..04ab1ac 100644 --- a/gdb/testsuite/gdb.python/py-frame-args.py +++ b/gdb/testsuite/gdb.python/py-frame-args.py @@ -14,6 +14,7 @@ # along with this program. If not, see . import re + import gdb -- cgit v1.1