Skip to content

Commit

Permalink
mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
opendansor committed Aug 9, 2024
1 parent 432b503 commit 36c42a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/utils/subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def format_parent(proportion, parent) -> Tuple[str, str]:
return int_proportion, parent.value


def format_children(children: str) -> List[Tuple[str, str]]:
def format_children(children) -> List[Tuple[str, str]]:
"""
Formats raw children data into a list of tuples.
Args:
Expand Down

0 comments on commit 36c42a0

Please sign in to comment.