Delete commented lines

This commit is contained in:
glannuzel
2025-08-27 12:55:00 +02:00
parent 95efab22eb
commit b31b512954
2 changed files with 0 additions and 11 deletions
@@ -17,12 +17,6 @@
import logging
import time
# from lerobot.errors import DeviceAlreadyConnectedError, DeviceNotConnectedError
# from lerobot.motors import Motor, MotorCalibration, MotorNormMode
# from lerobot.motors.feetech import (
# FeetechMotorsBus,
# OperatingMode,
# )
from reachy2_sdk import ReachySDK
from ..teleoperator import Teleoperator
-5
View File
@@ -14,11 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Example of running a specific test:
# ```bash
# pytest tests/cameras/test_opencv.py::test_connect
# ```
import time
from unittest.mock import MagicMock, patch