forked from p15670423/monkey
Common: Make docstring in IAgentEventQueue more specific
This commit is contained in:
parent
e1e4b054cf
commit
d6df50e323
|
@ -8,7 +8,7 @@ from . import EventSubscriber
|
||||||
|
|
||||||
class IAgentEventQueue(ABC):
|
class IAgentEventQueue(ABC):
|
||||||
"""
|
"""
|
||||||
Manages subscription and publishing of events
|
Manages subscription and publishing of events in the Agent
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|
Loading…
Reference in New Issue