Skip to content

Commit 36c42a0

Browse files
author
opendansor
committed
mypy error
1 parent 432b503 commit 36c42a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/utils/subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def format_parent(proportion, parent) -> Tuple[str, str]:
154154
return int_proportion, parent.value
155155

156156

157-
def format_children(children: str) -> List[Tuple[str, str]]:
157+
def format_children(children) -> List[Tuple[str, str]]:
158158
"""
159159
Formats raw children data into a list of tuples.
160160
Args:

0 commit comments

Comments
 (0)