Skip to content

Commit c5533ef

Browse files
Update bittensor/core/subtensor.py
Co-authored-by: BD Himes <[email protected]>
1 parent b5f979b commit c5533ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ def get_metagraph_info(
12271227
self,
12281228
netuid: int,
12291229
field_indices: Optional[
1230-
Union[list["SelectiveMetagraphIndex"], list[int]]
1230+
Union[list[SelectiveMetagraphIndex], list[int]]
12311231
] = None,
12321232
block: Optional[int] = None,
12331233
) -> Optional[MetagraphInfo]:

0 commit comments

Comments
 (0)