Remove unused max id

This commit is contained in:
Simon Alibert
2025-06-04 11:46:10 +02:00
parent fe43f93553
commit d45226ad06

View File

@@ -38,8 +38,6 @@ from lerobot.common.utils.utils import enter_pressed, move_cursor_up
NameOrID: TypeAlias = str | int
Value: TypeAlias = int | float
MAX_ID_RANGE = 252
logger = logging.getLogger(__name__)