Skip to content

Commit aefb385

Browse files
authored
Update bittensor/core/subtensor.py
1 parent caba14a commit aefb385

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bittensor/core/subtensor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,9 +2376,6 @@ def wait_for_block(self, block: Optional[int] = None):
23762376
bool: True if the target block was reached, False if timeout occurred.
23772377
23782378
Example:
2379-
>>> import bittensor as bt
2380-
>>> subtensor = bt.subtensor(network="finney"))
2381-
23822379
>>> subtensor.wait_for_block() # Waits for the next block
23832380
>>> subtensor.wait_for_block(block=1234) # Waits for a specific block
23842381
"""

0 commit comments

Comments
 (0)