Skip to content

Commit 2235197

Browse files
authored
Update bittensor/utils/weight_utils.py
1 parent 00f0b69 commit 2235197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/utils/weight_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def process_weights_for_netuid(
249249
logging.debug(f"subtensor: {subtensor}")
250250
logging.debug(f"metagraph: {metagraph}")
251251

252-
# Get latest metagraph from a chain if metagraph is None.
252+
# Get latest metagraph from chain if metagraph is None.
253253
if metagraph is None:
254254
metagraph = subtensor.metagraph(netuid)
255255

0 commit comments

Comments
 (0)