[binutils-gdb] Re-run isort

Tom Tromey tromey@sourceware.org
Mon Dec 16 17:46:53 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=72491a6a7e2cb586db566d37a278df2d88500060

commit 72491a6a7e2cb586db566d37a278df2d88500060
Author: Tom Tromey <tromey@adacore.com>
Date:   Mon Dec 16 10:45:28 2024 -0700

    Re-run isort
    
    I noticed that an earlier commit caused a change in the isort output.
    This patch repairs the problem.

Diff:
---
 gdb/python/lib/gdb/dap/frames.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/python/lib/gdb/dap/frames.py b/gdb/python/lib/gdb/dap/frames.py
index 5ef6cdaeaa8..f4e6565b943 100644
--- a/gdb/python/lib/gdb/dap/frames.py
+++ b/gdb/python/lib/gdb/dap/frames.py
@@ -14,13 +14,13 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import itertools
+from typing import Dict
 
 import gdb
 from gdb.frames import frame_iterator
 
 from .startup import in_gdb_thread
 from .state import set_thread
-from typing import Dict
 
 # A list of all the frames we've reported.  A frame's index in the
 # list is its ID.  We don't use a hash here because frames are not


More information about the Gdb-cvs mailing list