We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190ecaa commit 3c4de4bCopy full SHA for 3c4de4b
tests/e2e_tests/utils/chain_interactions.py
@@ -5,7 +5,6 @@
5
6
import asyncio
7
import contextlib
8
-import unittest.mock
9
from typing import Union, Optional, TYPE_CHECKING
10
11
from bittensor.utils.balance import Balance
@@ -191,6 +190,7 @@ def sudo_set_admin_utils(
191
190
wallet (Wallet): Wallet object with the keypair for signing.
192
call_function (str): The AdminUtils function to call.
193
call_params (dict): Parameters for the AdminUtils function.
+ call_module (str): The AdminUtils module to call. Defaults to "AdminUtils".
194
195
Returns:
196
tuple[bool, Optional[dict]]: (success status, error details).
0 commit comments