aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_framework.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-08-17 10:45:44 +0100
committerJohn Newbery <john@johnnewbery.com>2020-08-21 15:53:59 +0100
commit5e8df3312e47a73e747ee892face55ed9ababeea (patch)
tree39019aac686a764cce2f4e52a7a62206740e9870 /test/functional/test_framework/test_framework.py
parent85165d4332b0f72d30e0c584b476249b542338e6 (diff)
downloadbitcoin-5e8df3312e47a73e747ee892face55ed9ababeea.tar.xz
test: resort imports
Diffstat (limited to 'test/functional/test_framework/test_framework.py')
-rwxr-xr-xtest/functional/test_framework/test_framework.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/test_framework.py b/test/functional/test_framework/test_framework.py
index 3555343095..2a60f8e0c1 100755
--- a/test/functional/test_framework/test_framework.py
+++ b/test/functional/test_framework/test_framework.py
@@ -20,8 +20,8 @@ import time
from .authproxy import JSONRPCException
from . import coverage
-from .test_node import TestNode
from .p2p import NetworkThread
+from .test_node import TestNode
from .util import (
MAX_NODES,
PortSeed,