]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re-run isort
authorTom Tromey <tromey@adacore.com>
Mon, 16 Dec 2024 17:45:28 +0000 (10:45 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 16 Dec 2024 17:46:40 +0000 (10:46 -0700)
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

index 5ef6cdaeaa80c5053586ca295d2b62bcd53502b7..f4e6565b943c3fd49f8bfa133f188c294a01d5db 100644 (file)
 # 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