From 5e8df3312e47a73e747ee892face55ed9ababeea Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 17 Aug 2020 10:45:44 +0100 Subject: test: resort imports --- test/functional/example_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/example_test.py') diff --git a/test/functional/example_test.py b/test/functional/example_test.py index c69b078c6e..32a167bcd5 100755 --- a/test/functional/example_test.py +++ b/test/functional/example_test.py @@ -18,9 +18,9 @@ from test_framework.blocktools import (create_block, create_coinbase) from test_framework.messages import CInv, MSG_BLOCK from test_framework.p2p import ( P2PInterface, - p2p_lock, msg_block, msg_getdata, + p2p_lock, ) from test_framework.test_framework import BitcoinTestFramework from test_framework.util import ( -- cgit v1.2.3