Skip to content

Commit 59060b5

Browse files
committed
fmt: order imports and fix gap in feature_llmq_dkgerrors.py
1 parent 58377f8 commit 59060b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/functional/feature_llmq_dkgerrors.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
import copy
77
from io import BytesIO
88

9-
from test_framework.test_framework import DashTestFramework
109
from test_framework.messages import (
11-
CBlock,
12-
CFinalCommitmentPayload,
13-
from_hex,
10+
CBlock,
11+
CFinalCommitmentPayload,
12+
from_hex,
1413
)
14+
15+
from test_framework.test_framework import DashTestFramework
1516
from test_framework.util import assert_equal
1617
'''
1718
feature_llmq_dkgerrors.py

0 commit comments

Comments
 (0)