Skip to content

Commit 9703584

Browse files
committed
Ruff
1 parent c2bbef9 commit 9703584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/src/commands/stake/remove.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ async def unstake(
307307
"amount": op["amount_to_unstake"],
308308
"hotkey_ss58": op["hotkey_ss58"],
309309
"status": status,
310-
"era": era
310+
"era": era,
311311
}
312312

313313
if safe_staking and op["netuid"] != 0:

0 commit comments

Comments
 (0)