From: Tom Tromey Date: Mon, 11 Nov 2024 14:22:24 +0000 (-0700) Subject: Re-run isort X-Git-Tag: gdb-16-branchpoint~479 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a983e041b8b7130fc1e23d6e9e496850a968933;p=thirdparty%2Fbinutils-gdb.git Re-run isort pre-commit pointed out that one file needed a change to satisfy isort. This patch is the result. --- diff --git a/gdb/testsuite/gdb.python/py-missing-objfile.py b/gdb/testsuite/gdb.python/py-missing-objfile.py index 9b158965411..5bb8179c443 100644 --- a/gdb/testsuite/gdb.python/py-missing-objfile.py +++ b/gdb/testsuite/gdb.python/py-missing-objfile.py @@ -13,8 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import shutil import os +import shutil from enum import Enum import gdb