commit | 475799b692ebc46cfb938028c1cba6792dd5d23f | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue May 13 15:02:04 2025 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Wed May 14 07:07:29 2025 -0600 |
tree | 7d69999a9e8c7db7e05c42592b4b7d797f8d15ba | |
parent | c6c8d0b82175226b0e87904b613fbac3e704cc28 [diff] |
Fix some pre-commit nits in gdb/__init__.py I noticed that pre-commit has some complaints (flake8 and codespell) about gdb/__init__.py. This patch fixes these. Approved-By: Tom de Vries <tdevries@suse.de>