mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 03:53:22 +02:00
script, test: fix python linter E275 errors with flake8 5.0.4
This commit is contained in:
@@ -112,7 +112,7 @@ class ValidationTracepointTest(BitcoinTestFramework):
|
||||
assert_equal(len([tx["vin"] for tx in block["tx"]]), event.inputs)
|
||||
assert_equal(0, event.sigops) # no sigops in coinbase tx
|
||||
# only plausibility checks
|
||||
assert(event.duration > 0)
|
||||
assert event.duration > 0
|
||||
del expected_blocks[block_hash]
|
||||
blocks_checked += 1
|
||||
|
||||
|
Reference in New Issue
Block a user