Skip to content

Commit

Permalink
Test: Fix example_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimon committed Oct 14, 2018
1 parent 2d274e7 commit fbf691d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/example_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@

# Avoid wildcard * imports if possible
from test_framework.blocktools import (create_block, create_coinbase)
from test_framework.mininode import (
from test_framework.messages import (
CInv,
)
from test_framework.mininode import (
P2PInterface,
mininode_lock,
msg_block,
Expand Down

0 comments on commit fbf691d

Please sign in to comment.