fix: remove unused qi import

It had already been made so that the VideoSender does not depend on `qi`, but the import was not yet removed.

ref: N25B-119
This commit is contained in:
Twirre Meulenbelt
2025-11-02 14:58:32 +01:00
parent 230ab5d5cc
commit a6a12a5886

View File

@@ -1,6 +1,5 @@
import zmq
import threading
import qi
import logging
from robot_interface.endpoints.socket_base import SocketBase