Skip to content

Commit

Permalink
chore: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvis8x7b committed Oct 27, 2024
1 parent 638a3a5 commit cb7be96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions neurons/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,10 +712,6 @@ async def _set_weights() -> tuple[bool, str]:
to a separate thread to avoid blocking the main thread, so the lock
MUST be acquired by the separate thread.
Args:
lock (threading.Lock): Lock parameter passed to separate thread
Returns:
tuple[bool, str]: Returns a tuple of a boolean and a string
- boolean: True if weights were set successfully, False otherwise
Expand Down

0 comments on commit cb7be96

Please sign in to comment.