Skip to content

Commit bcff97a

Browse files
test: remove unused import from feature_masternode_params
Remove unused assert_equal import to fix linter warning. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fcd1b8c commit bcff97a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/feature_masternode_params.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"""
1010

1111
from test_framework.test_framework import BitcoinTestFramework
12-
from test_framework.util import assert_equal
1312

1413
# Service flags
1514
NODE_COMPACT_FILTERS = (1 << 6)

0 commit comments

Comments
 (0)