Skip to content

Commit f093a77

Browse files
committed
fix code after rebase
1 parent 05f52b1 commit f093a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tx/test_mining.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from hathor.conf import HathorSettings
44
from hathor.mining import BlockTemplate
5-
from hathor.transaction import Block, sum_weights
65
from hathor.simulator.utils import add_new_blocks
6+
from hathor.transaction import Block, sum_weights
77
from hathor.transaction.storage import TransactionMemoryStorage
88
from tests import unittest
99

0 commit comments

Comments
 (0)