Skip to content

Commit ac1f249

Browse files
committed
Removes check for none
1 parent e1a751f commit ac1f249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/src/bittensor/subtensor_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,4 +1500,4 @@ async def get_stake_fee(
15001500
block_hash=block_hash,
15011501
)
15021502

1503-
return Balance.from_rao(result if result is not None else 0)
1503+
return Balance.from_rao(result)

0 commit comments

Comments
 (0)