chore(utils): move queue utils and wandb_utils to their respective modules (#2030)

* chore(utils): move queue utils and wandb_utils to their respective modules

* fix(rl): remove double imports

---------

Signed-off-by: Steven Palma <imstevenpmwork@ieee.org>
This commit is contained in:
Steven Palma
2025-09-24 17:10:52 +02:00
committed by GitHub
parent 853cc70194
commit 170c09e7f6
7 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ from queue import Queue
from torch.multiprocessing import Queue as TorchMPQueue
from lerobot.utils.queue import get_last_item_from_queue
from lerobot.rl.queue import get_last_item_from_queue
def test_get_last_item_single_item():