]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove 'sys' import from frame_filters.py
authorTom Tromey <tromey@adacore.com>
Tue, 7 Oct 2025 19:08:19 +0000 (13:08 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 7 Oct 2025 19:08:19 +0000 (13:08 -0600)
pre-commit (really flake8) points out that a recent change to
frame_filters.py left an unused import.  This patch fixes the problem.

gdb/python/lib/gdb/command/frame_filters.py

index 4b2d214d697f17b49c5e37f0a6b779264c4508eb..3b7cd031df35b7ec81071461504da1c35a5b15f4 100644 (file)
@@ -16,8 +16,6 @@
 
 """GDB commands for working with frame-filters."""
 
-import sys
-
 import gdb
 import gdb.frames