mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-23 12:40:08 +00:00
Delete commented lines
This commit is contained in:
@@ -17,12 +17,6 @@
|
|||||||
import logging
|
import logging
|
||||||
import time
|
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 reachy2_sdk import ReachySDK
|
||||||
|
|
||||||
from ..teleoperator import Teleoperator
|
from ..teleoperator import Teleoperator
|
||||||
|
|||||||
@@ -14,11 +14,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Example of running a specific test:
|
|
||||||
# ```bash
|
|
||||||
# pytest tests/cameras/test_opencv.py::test_connect
|
|
||||||
# ```
|
|
||||||
|
|
||||||
import time
|
import time
|
||||||
from unittest.mock import MagicMock, patch
|
from unittest.mock import MagicMock, patch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user