[pushed] Re-run 'isort' on gdb tests

Message ID 20240927194555.331782-1-tromey@adacore.com
State New
Headers
Series [pushed] Re-run 'isort' on gdb tests |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_gdb_build--master-arm warning Patch is already merged

Commit Message

Tom Tromey Sept. 27, 2024, 7:45 p.m. UTC
  Re-running 'isort' (via pre-commit) showed that the file
py-read-memory-leak.py (from the gdb test suite) needed a small patch.
---
 gdb/testsuite/gdb.python/py-read-memory-leak.py | 1 +
 1 file changed, 1 insertion(+)
  

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