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
-2
View File
@@ -22,8 +22,6 @@ from unittest.mock import patch
import pytest
pytest.importorskip("grpc")
from lerobot.rl.process import ProcessSignalHandler