From: Tom Tromey Date: Fri, 27 Sep 2024 19:45:11 +0000 (-0600) Subject: Re-run 'isort' on gdb tests X-Git-Tag: gdb-16-branchpoint~781 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=802c2244afaa65d20a18c10d2d3e1823b466f357;p=thirdparty%2Fbinutils-gdb.git Re-run 'isort' on gdb tests Re-running 'isort' (via pre-commit) showed that the file py-read-memory-leak.py (from the gdb test suite) needed a small patch. --- diff --git a/gdb/testsuite/gdb.python/py-read-memory-leak.py b/gdb/testsuite/gdb.python/py-read-memory-leak.py index 62369b32ce2..430c5c20b29 100644 --- a/gdb/testsuite/gdb.python/py-read-memory-leak.py +++ b/gdb/testsuite/gdb.python/py-read-memory-leak.py @@ -15,6 +15,7 @@ import os import tracemalloc + import gdb # A global variable in which we store a reference to the memory buffer