mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-03 01:09:14 +01:00
script, test: fix python linter E275 errors with flake8 5.0.4
This commit is contained in:
@@ -357,8 +357,8 @@ class UTXOCacheTracepointTest(BitcoinTestFramework):
|
||||
"size": event.size
|
||||
})
|
||||
# sanity checks only
|
||||
assert(event.memory > 0)
|
||||
assert(event.duration > 0)
|
||||
assert event.memory > 0
|
||||
assert event.duration > 0
|
||||
handle_flush_succeeds += 1
|
||||
|
||||
bpf["utxocache_flush"].open_perf_buffer(handle_utxocache_flush)
|
||||
|
||||
Reference in New Issue
Block a user