Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 0e117be

Browse files
committed
Removed unused import.
1 parent 245999f commit 0e117be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/commands/extended/replay_bundle_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from filters.test import BaseFilterTestCase
99
from six import binary_type
1010

11-
from iota import Address, Bundle, BundleHash, Fragment, Hash, Iota, Tag, \
12-
Transaction, TransactionHash, Nonce
11+
from iota import Address, Bundle, BundleHash, Fragment, Iota, Nonce, Tag, \
12+
Transaction, TransactionHash
1313
from iota.adapter import MockAdapter
1414
from iota.commands.extended.replay_bundle import ReplayBundleCommand
1515
from iota.filters import Trytes

0 commit comments

Comments
 (0)