Skip to content

Commit fa64a6d

Browse files
committed
Docstring
1 parent 40d81d1 commit fa64a6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bittensor_cli/src/bittensor/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import math
44
import os
55
import sqlite3
6-
import platform
76
import webbrowser
87
from pathlib import Path
98
from typing import TYPE_CHECKING, Any, Collection, Optional, Union, Callable
@@ -725,6 +724,8 @@ def normalize_hyperparameters(
725724
Normalizes the hyperparameters of a subnet.
726725
727726
:param subnet: The subnet hyperparameters object.
727+
:param json_output: Whether this normalisation will be for a JSON output or console string (determines whether
728+
items get stringified or safe for JSON encoding)
728729
729730
:return: A list of tuples containing the parameter name, value, and normalized value.
730731
"""

0 commit comments

Comments
 (0)