chore: fix socket typing in robot speech agent #33

Merged
9828273 merged 1 commits from fix/fix-socket-typing into dev 2025-12-03 14:26:47 +00:00

View File

@@ -21,8 +21,8 @@ class RobotSpeechAgent(BaseAgent):
:ivar bind: Whether to bind or connect the PUB socket. :ivar bind: Whether to bind or connect the PUB socket.
""" """
subsocket: zmq.Socket subsocket: azmq.Socket
pubsocket: zmq.Socket pubsocket: azmq.Socket
address = "" address = ""
bind = False bind = False