Skip to content

Commit bc2a97d

Browse files
author
Roman
committed
fix docsting's complaince in IDE
1 parent 6ee34dd commit bc2a97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor/core/async_subtensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,8 +2581,8 @@ async def wait_for_block(self, block: Optional[int] = None):
25812581
bool: True if the target block was reached, False if timeout occurred.
25822582
25832583
Example:
2584-
>>> await subtensor.wait_for_block() # Waits for next block
2585-
>>> await subtensor.wait_for_block(block=1234) # Waits for specific block
2584+
await subtensor.wait_for_block() # Waits for next block
2585+
await subtensor.wait_for_block(block=1234) # Waits for specific block
25862586
"""
25872587

25882588
async def handler(block_data: dict):

0 commit comments

Comments
 (0)