Skip to content

Commit 675e7f3

Browse files
Update bittensor/core/async_subtensor.py
Co-authored-by: BD Himes <[email protected]>
1 parent e5b0b60 commit 675e7f3

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
@@ -1587,7 +1587,7 @@ async def get_metagraph_info(
15871587
self,
15881588
netuid: int,
15891589
field_indices: Optional[
1590-
Union[list["SelectiveMetagraphIndex"], list[int]]
1590+
Union[list[SelectiveMetagraphIndex], list[int]]
15911591
] = None,
15921592
block: Optional[int] = None,
15931593
block_hash: Optional[str] = None,

0 commit comments

Comments
 (0)