Skip to content

Commit a87736d

Browse files
committed
Oopsie
1 parent 4845a7e commit a87736d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor/core/subtensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,9 +779,9 @@ def get_parents(
779779
formatted_child = decode_account_id(parent[0])
780780
normalized_proportion = u64_normalized_float(proportion)
781781
formatted_parents.append((normalized_proportion, formatted_child))
782-
return True, formatted_parents, ""
782+
return formatted_parents
783783
else:
784-
return True, [], ""
784+
return []
785785

786786
def get_children(
787787
self, hotkey: str, netuid: int, block: Optional[int] = None

0 commit comments

Comments
 (0)