mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 03:01:09 +02:00
Minor Python cleanups to make flake8 pass with the new rules enabled
This commit is contained in:
@ -30,7 +30,7 @@ class TestP2PConn(P2PInterface):
|
||||
self.block_receive_map[message.block.sha256] += 1
|
||||
|
||||
class MaxUploadTest(BitcoinTestFramework):
|
||||
|
||||
|
||||
def set_test_params(self):
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 1
|
||||
|
Reference in New Issue
Block a user