Skip to content

Commit 2794155

Browse files
authored
Update bittensor/core/async_subtensor.py
1 parent c6d08c9 commit 2794155

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
@@ -2025,7 +2025,7 @@ async def get_metagraph_info(
20252025
]
20262026
else:
20272027
raise ValueError(
2028-
"``field_indices`` must be a list of SelectiveMetagraphIndex enums or ints."
2028+
"`field_indices` must be a list of SelectiveMetagraphIndex enums or ints."
20292029
)
20302030

20312031
query = await self.substrate.runtime_call(

0 commit comments

Comments
 (0)