[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-07-30 10:12:01 +00:00
parent 1c79e3dec1
commit f94092c169
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -14,9 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import torch
from unittest.mock import patch
import torch
from lerobot.datasets.aggregate import aggregate_datasets
from lerobot.datasets.lerobot_dataset import LeRobotDataset
from tests.fixtures.constants import DUMMY_REPO_ID
+1 -1
View File
@@ -112,7 +112,7 @@ def test_record_and_replay(tmp_path):
)
record(record_cfg)
# Mock the revision to prevent Hub calls during replay
with (
patch("lerobot.datasets.lerobot_dataset.get_safe_version") as mock_get_safe_version,