Skip to content

Commit 0f3b752

Browse files
Remove unused imports
1 parent 5197100 commit 0f3b752

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/functional/minchainwork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
from test_framework.test_framework import BitcoinTestFramework
21-
from test_framework.util import sync_blocks, connect_nodes, assert_equal
21+
from test_framework.util import connect_nodes, assert_equal
2222

2323
# 2 hashes required per regtest block (with no difficulty adjustment)
2424
REGTEST_WORK_PER_BLOCK = 2

test/functional/p2p-fingerprint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
from test_framework.test_framework import BitcoinTestFramework
2525
from test_framework.util import (
2626
assert_equal,
27-
p2p_port,
2827
)
2928

3029
class P2PFingerprintTest(BitcoinTestFramework):

0 commit comments

Comments
 (0)