From 72491a6a7e2cb586db566d37a278df2d88500060 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 16 Dec 2024 10:45:28 -0700 Subject: Re-run isort I noticed that an earlier commit caused a change in the isort output. This patch repairs the problem. --- gdb/python/lib/gdb/dap/frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python') diff --git a/gdb/python/lib/gdb/dap/frames.py b/gdb/python/lib/gdb/dap/frames.py index 5ef6cda..f4e6565 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 . 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 -- cgit v1.1