Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Nov 17, 2017
1 parent 5197100 commit 0f3b752
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/minchainwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import time

from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import sync_blocks, connect_nodes, assert_equal
from test_framework.util import connect_nodes, assert_equal

# 2 hashes required per regtest block (with no difficulty adjustment)
REGTEST_WORK_PER_BLOCK = 2
Expand Down
1 change: 0 additions & 1 deletion test/functional/p2p-fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import (
assert_equal,
p2p_port,
)

class P2PFingerprintTest(BitcoinTestFramework):
Expand Down

0 comments on commit 0f3b752

Please sign in to comment.