Skip to content

Commit

Permalink
test: Reformat python imports to aid scripted diff
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Mar 30, 2020
1 parent f5f6c3c commit 5d3f2a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion test/functional/feature_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
import os

from test_framework.test_framework import PivxTestFramework
from test_framework.util import assert_equal, wait_until, connect_nodes_bi
from test_framework.util import (
assert_equal,
wait_until,
connect_nodes_bi,
)

class NotificationsTest(PivxTestFramework):
def set_test_params(self):
Expand Down
7 changes: 6 additions & 1 deletion test/functional/rpc_rawtransaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
"""

from test_framework.test_framework import PivxTestFramework
from test_framework.util import *
from test_framework.util import (
assert_equal,
assert_raises_rpc_error,
connect_nodes_bi,
Decimal,
)


class multidict(dict):
Expand Down

0 comments on commit 5d3f2a1

Please sign in to comment.