refactor(configs): export JobConfig from the configs package

Re-export JobConfig in lerobot/configs/__init__.py so external callers
import it as `from lerobot.configs import JobConfig`, matching the other
config classes. Adapt the train script and test imports.
This commit is contained in:
Nicolas Rabault
2026-06-24 11:04:16 +02:00
parent dec1c6ddc2
commit 62badcba4e
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
import draccus
import pytest
from lerobot.configs.default import JobConfig
from lerobot.configs import JobConfig
from lerobot.configs.train import TrainPipelineConfig