]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re-run isort
authorTom Tromey <tromey@adacore.com>
Mon, 11 Nov 2024 14:22:24 +0000 (07:22 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 11 Nov 2024 14:22:24 +0000 (07:22 -0700)
pre-commit pointed out that one file needed a change to satisfy isort.
This patch is the result.

gdb/testsuite/gdb.python/py-missing-objfile.py

index 9b158965411eb867127333266fa1ee446515aa12..5bb8179c4432e3c16ab466b57c1384812fc1049b 100644 (file)
@@ -13,8 +13,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-import shutil
 import os
+import shutil
 from enum import Enum
 
 import gdb