Skip to content

Commit 432b503

Browse files
author
opendansor
committed
ruff
1 parent df6564b commit 432b503

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bittensor/utils/subtensor.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ def get_subtensor_errors(
141141

142142
def format_parent(proportion, parent) -> Tuple[str, str]:
143143
"""
144-
Formats raw parent data into a list of tuples.
145-
Args:
146-
parent: The raw parent data.
147-
proportion: proportion of parent data.
148-
Returns:
149-
list: List of (proportion, child_address) tuples.
150-
"""
144+
Formats raw parent data into a list of tuples.
145+
Args:
146+
parent: The raw parent data.
147+
proportion: proportion of parent data.
148+
Returns:
149+
list: List of (proportion, child_address) tuples.
150+
"""
151151
int_proportion = (
152152
proportion.value if hasattr(proportion, "value") else int(proportion)
153153
)

0 commit comments

Comments
 (0)