]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Ignore unsed import in dap/__init__.py
authorTom Tromey <tromey@adacore.com>
Tue, 19 Mar 2024 16:27:56 +0000 (10:27 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 2 Apr 2024 16:58:37 +0000 (10:58 -0600)
commita311bd9e2b281c2088a1cf4e83f36b51bb9e962f
treef54012b456b71958c30bd053f6e5b00357c28639
parent2fde5149d735c9a7faf3efc0fc38e47744263466
Ignore unsed import in dap/__init__.py

flake8 warns about dap/__init__.py because it has a number of unused
imports.  Most of these are intentional: the import is done to ensure
that the a DAP request is registered with the server object.

This patch applies a "noqa" comment to these imports, and also removes
one import that is truly unnecessary.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/python/lib/gdb/dap/__init__.py