Skip to content

Commit fbfb0e0

Browse files
committed
update return type
1 parent b0f2d31 commit fbfb0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/async_subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3045,7 +3045,7 @@ async def get_root_claim_type(
30453045
block: Optional[int] = None,
30463046
block_hash: Optional[str] = None,
30473047
reuse_block: bool = False,
3048-
) -> dict:
3048+
) -> str:
30493049
"""Retrieves the root claim type for a given coldkey address.
30503050
30513051
Parameters:

0 commit comments

Comments
 (0)