Skip to content

Commit 9d3206a

Browse files
committed
fix run_command import
1 parent b0c3a86 commit 9d3206a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/cli/bitcoin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from test_framework.messages import ser_uint256
1010
from test_framework.p2p import MESSAGEMAP
1111

12-
from .k8s import run_command
12+
from .process import run_command
1313

1414

1515
@click.group(name="bitcoin")

0 commit comments

Comments
 (0)