Skip to content

Commit 87abec7

Browse files
committed
update to use price var
1 parent fb22b42 commit 87abec7

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)