Remove unused variable

This commit is contained in:
Simon Alibert
2025-06-04 12:18:54 +02:00
parent 81a4deadc3
commit f5b1ef0045

View File

@@ -39,7 +39,6 @@ DEFAULT_BAUDRATE = 1_000_000
DEFAULT_TIMEOUT_MS = 1000
NORMALIZED_DATA = ["Goal_Position", "Present_Position"]
CONVERT_UINT32_TO_INT32_REQUIRED = ["Goal_Position", "Present_Position"]
logger = logging.getLogger(__name__)