Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed May 24, 2024
1 parent 391db5a commit 441a04c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bittensor/commands/delegates.py
Original file line number Diff line number Diff line change
Expand Up @@ -1172,9 +1172,7 @@ def _run(cli: "bittensor.cli", subtensor: "bittensor.subtensor"):
new_take = float(new_take_str)

if new_take > 0.18:
bittensor.__console__.print(
"ERROR: Take value should be below 18%"
)
bittensor.__console__.print("ERROR: Take value should be below 18%")
return

result: bool = subtensor.set_take(
Expand Down

0 comments on commit 441a04c

Please sign in to comment.