remove duplicate import

This commit is contained in:
Pasta 2019-08-13 14:49:28 -05:00
parent 3980caf200
commit a67f5375fb
No known key found for this signature in database
GPG Key ID: D362C9F7142766AE

View File

@ -44,7 +44,6 @@ from .util import (
sync_mempools,
sync_masternodes,
wait_to_sync)
from .authproxy import JSONRPCException
class TestStatus(Enum):
PASSED = 1