Skip to content

Commit 3c09578

Browse files
author
Roman
committed
fix docstrings
1 parent 7864c10 commit 3c09578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bittensor/core/async_subtensor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4018,6 +4018,8 @@ async def modify_liquidity(
40184018
import bittensor as bt
40194019
40204020
subtensor = bt.AsyncSubtensor(network="local")
4021+
await subtensor.initialize()
4022+
40214023
my_wallet = bt.Wallet()
40224024
40234025
# if `liquidity_delta` is negative

0 commit comments

Comments
 (0)