1
0

Remove unneccessary imports from the unit testing directory. (#4699)

This commit is contained in:
Dzhelil Rufat
2018-09-08 08:24:23 -07:00
committed by ghost43
parent e5cd2ed52f
commit c9ffffc526
9 changed files with 1 additions and 13 deletions

View File

@@ -1,4 +1,3 @@
import unittest
from electrum.util import format_satoshis, parse_URI
from . import SequentialTestCase