Skip to content

Commit 3c4de4b

Browse files
author
Roman
committed
improve
1 parent 190ecaa commit 3c4de4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/utils/chain_interactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import asyncio
77
import contextlib
8-
import unittest.mock
98
from typing import Union, Optional, TYPE_CHECKING
109

1110
from bittensor.utils.balance import Balance
@@ -191,6 +190,7 @@ def sudo_set_admin_utils(
191190
wallet (Wallet): Wallet object with the keypair for signing.
192191
call_function (str): The AdminUtils function to call.
193192
call_params (dict): Parameters for the AdminUtils function.
193+
call_module (str): The AdminUtils module to call. Defaults to "AdminUtils".
194194
195195
Returns:
196196
tuple[bool, Optional[dict]]: (success status, error details).

0 commit comments

Comments
 (0)