diff options
author | Tom Tromey <tromey@adacore.com> | 2024-03-20 09:03:04 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-04-02 11:21:39 -0600 |
commit | c2cf30e7608093773286081ebfc4067246ecba7e (patch) | |
tree | 7bedf2c98350c11ba4383b9bce32f6f1ccb71ae3 /gdb/testsuite/gdb.dap | |
parent | 68982f618b28aebf47343922fb79e59ace0246eb (diff) | |
download | binutils-c2cf30e7608093773286081ebfc4067246ecba7e.zip binutils-c2cf30e7608093773286081ebfc4067246ecba7e.tar.gz binutils-c2cf30e7608093773286081ebfc4067246ecba7e.tar.bz2 |
Run isort
This patch is the result of running 'isort .' in the gdb directory.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/testsuite/gdb.dap')
-rw-r--r-- | gdb/testsuite/gdb.dap/stack-format.py | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dap/type_check.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dap/stack-format.py b/gdb/testsuite/gdb.dap/stack-format.py index 12c6cc4..b7799f4 100644 --- a/gdb/testsuite/gdb.dap/stack-format.py +++ b/gdb/testsuite/gdb.dap/stack-format.py @@ -14,9 +14,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -import gdb import itertools +import gdb from gdb.FrameDecorator import DAPFrameDecorator diff --git a/gdb/testsuite/gdb.dap/type_check.py b/gdb/testsuite/gdb.dap/type_check.py index 513995b..81b106a 100644 --- a/gdb/testsuite/gdb.dap/type_check.py +++ b/gdb/testsuite/gdb.dap/type_check.py @@ -16,6 +16,7 @@ # Test the type checker. import typing + from gdb.dap.typecheck import type_check |