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-prettyprint.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/testsuite/gdb.python/py-prettyprint.py') diff --git a/gdb/testsuite/gdb.python/py-prettyprint.py b/gdb/testsuite/gdb.python/py-prettyprint.py index 79c06dd..e4ac3e1 100644 --- a/gdb/testsuite/gdb.python/py-prettyprint.py +++ b/gdb/testsuite/gdb.python/py-prettyprint.py @@ -17,6 +17,7 @@ # printers. import re + import gdb -- cgit v1.1