Skip to content

Commit 6c23e2a

Browse files
committed
lint
1 parent d343793 commit 6c23e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/warnet/bitcoin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
from io import BytesIO
66

77
import click
8+
from urllib3.exceptions import MaxRetryError
9+
810
from test_framework.messages import ser_uint256
911
from test_framework.p2p import MESSAGEMAP
10-
from urllib3.exceptions import MaxRetryError
1112

1213
from .k8s import get_default_namespace, get_mission
1314
from .process import run_command

0 commit comments

Comments
 (0)