From: Tom Tromey Date: Mon, 16 Dec 2024 17:45:28 +0000 (-0700) Subject: Re-run isort X-Git-Tag: gdb-16-branchpoint~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72491a6a7e2cb586db566d37a278df2d88500060;p=thirdparty%2Fbinutils-gdb.git Re-run isort I noticed that an earlier commit caused a change in the isort output. This patch repairs the problem. --- 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 . 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