diff --git a/test/functional/test_framework/test_framework.py b/test/functional/test_framework/test_framework.py index fd94b45d3..c574c4c8f 100755 --- a/test/functional/test_framework/test_framework.py +++ b/test/functional/test_framework/test_framework.py @@ -44,7 +44,6 @@ from .util import ( sync_mempools, sync_masternodes, wait_to_sync) -from .authproxy import JSONRPCException class TestStatus(Enum): PASSED = 1