Skip to content

Commit 86c032d

Browse files
committed
ruff
1 parent 4be75cb commit 86c032d

File tree

1 file changed

+1
-1
lines changed
  • bittensor_cli/src/commands/stake

1 file changed

+1
-1
lines changed

bittensor_cli/src/commands/stake/move.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def display_stake_movement_cross_subnets(
5959
price_origin = dynamic_origin.price.tao
6060
price_destination = dynamic_destination.price.tao
6161
rate = price_origin / (price_destination or 1)
62-
62+
6363
received_amount_tao = dynamic_origin.alpha_to_tao(amount_to_move)
6464
received_amount_tao -= stake_fee
6565
received_amount = dynamic_destination.tao_to_alpha(received_amount_tao)

0 commit comments

Comments
 (0)