refactor(tests): remove grpc import checks from test files for cleaner code

This commit is contained in:
Khalil Meftah
2026-04-27 16:20:13 +02:00
parent 47be90f040
commit 577f14337a
8 changed files with 13 additions and 38 deletions
-1
View File
@@ -19,7 +19,6 @@ from collections.abc import Callable
import pytest
pytest.importorskip("grpc")
pytest.importorskip("datasets", reason="datasets is required (install lerobot[dataset])")
import torch # noqa: E402