mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
Minor Python cleanups to make flake8 pass with the new rules enabled
This commit is contained in:
@ -30,6 +30,6 @@ class P2PMempoolTests(BitcoinTestFramework):
|
||||
|
||||
#mininode must be disconnected at this point
|
||||
assert_equal(len(self.nodes[0].getpeerinfo()), 0)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
P2PMempoolTests().main()
|
||||
|
Reference in New Issue
Block a user