diff options
author | Tom Tromey <tromey@adacore.com> | 2024-11-11 07:22:24 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-11-11 07:22:24 -0700 |
commit | 3a983e041b8b7130fc1e23d6e9e496850a968933 (patch) | |
tree | d230371b302ba410075017d8d7156b9969ade019 /gdb | |
parent | 272eacf34fd07101995615dac971f07546fa79dd (diff) | |
download | gdb-3a983e041b8b7130fc1e23d6e9e496850a968933.zip gdb-3a983e041b8b7130fc1e23d6e9e496850a968933.tar.gz gdb-3a983e041b8b7130fc1e23d6e9e496850a968933.tar.bz2 |
Re-run isort
pre-commit pointed out that one file needed a change to satisfy isort.
This patch is the result.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.python/py-missing-objfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-missing-objfile.py b/gdb/testsuite/gdb.python/py-missing-objfile.py index 9b15896..5bb8179 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 <http://www.gnu.org/licenses/>. -import shutil import os +import shutil from enum import Enum import gdb |