Skip to content

Commit da461aa

Browse files
committed
Formatting
1 parent 59ec211 commit da461aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompting/weight_setting/weight_setter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async def run_step(self):
240240
set_weights(
241241
final_rewards, step=self.step, subtensor=shared_settings.SUBTENSOR, metagraph=shared_settings.METAGRAPH
242242
)
243-
#TODO: empty rewards queue only on weight setting success
243+
# TODO: empty rewards queue only on weight setting success
244244
self.reward_events[:] = [] # empty reward events queue
245245
await asyncio.sleep(0.01)
246246
return final_rewards

0 commit comments

Comments
 (0)