diff --git a/bittensor/core/subtensor.py b/bittensor/core/subtensor.py index 59780350f8..4c238feb6a 100644 --- a/bittensor/core/subtensor.py +++ b/bittensor/core/subtensor.py @@ -1309,7 +1309,9 @@ def last_drand_round( ) return getattr(result, "value", None) - def get_current_weight_commit_info(self, netuid: int, block: Optional[int] = None) -> list: + def get_current_weight_commit_info( + self, netuid: int, block: Optional[int] = None + ) -> list: """ Retrieves CRV3 weight commit information for a specific subnet.