Skip to content

Commit 3a92f61

Browse files
committed
Merge remote-tracking branch 'origin/feat/thewhaleking/json-output' into feat/thewhaleking/json-output
2 parents 9703584 + 87abec7 commit 3a92f61

File tree

1 file changed

+1
-3
lines changed
  • bittensor_cli/src/commands/subnets

1 file changed

+1
-3
lines changed

bittensor_cli/src/commands/subnets/price.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -804,9 +804,7 @@ def color_label(text):
804804

805805
fig.plot(
806806
block_numbers,
807-
data[
808-
"prices"
809-
], # TODO should this use `prices` instead of `data["prices"]`?
807+
prices,
810808
label=f"Subnet {netuid} Price",
811809
interp="linear",
812810
lc="bae98f",

0 commit comments

Comments
 (0)