chore: fix socket typing in robot speech agent

This commit is contained in:
Björn Otgaar
2025-12-02 14:22:39 +01:00
parent c85753f834
commit bacc63aa31

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