Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Dec 13, 2024
1 parent 42e2a0c commit 6317f19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bittensor/core/subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6317f19

Please sign in to comment.