Skip to content

Commit e024276

Browse files
committed
Remove unused imports
1 parent 07a34cc commit e024276

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/functional/rpc_rawtransaction.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
assert_raises_rpc_error,
2020
)
2121
from collections import OrderedDict
22-
from io import BytesIO
2322
from test_framework.messages import CTransaction, ToHex
24-
from test_framework.test_framework import PivxTestFramework
25-
from test_framework.util import *
2623

2724
class multidict(dict):
2825
"""Dictionary that allows duplicate keys.

0 commit comments

Comments
 (0)