From a67f5375fb13c8a45650d4a8fd2e2a868eccfb8b Mon Sep 17 00:00:00 2001 From: Pasta Date: Tue, 13 Aug 2019 14:49:28 -0500 Subject: [PATCH] remove duplicate import --- test/functional/test_framework/test_framework.py | 1 - 1 file changed, 1 deletion(-) 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