chore: removed numpy import

This commit is contained in:
Storm
2026-01-29 13:09:25 +01:00
parent 24c7fa216f
commit 8333f2fc2a

View File

@@ -2,7 +2,6 @@ import zmq
import threading
import logging
import numpy as np
import struct
from robot_interface.endpoints.socket_base import SocketBase