Skip to content

Commit 2a2a31a

Browse files
committed
bitcoin: import fixups
1 parent b7ab220 commit 2a2a31a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/warnet/bitcoin.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1+
import ast
2+
import base64
3+
import json
14
import os
25
import re
36
import sys
47
from datetime import datetime
58
from io import BytesIO
69

710
import click
11+
from kubernetes.client.models import V1Pod, V1Service
12+
from kubernetes.stream import stream
813
from urllib3.exceptions import MaxRetryError
914

1015
from test_framework.messages import ser_uint256
1116
from test_framework.p2p import MESSAGEMAP
1217

13-
from .k8s import get_default_namespace, get_mission
18+
from .k8s import get_default_namespace, get_mission, get_static_client, kexec
1419
from .process import run_command
1520

1621

0 commit comments

Comments
 (0)