Skip to content

Commit 3841820

Browse files
committed
make ruff happy
1 parent 57e8208 commit 3841820

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/warnet/bitcoin.py

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

77
import click
8-
from urllib3.exceptions import MaxRetryError
9-
108
from test_framework.messages import ser_uint256
119
from test_framework.p2p import MESSAGEMAP
10+
from urllib3.exceptions import MaxRetryError
1211

1312
from .k8s import get_default_namespace, get_mission
1413
from .process import run_command

0 commit comments

Comments
 (0)