Common: Make docstring in IAgentEventQueue more specific

This commit is contained in:
Shreya Malviya 2022-09-05 19:36:39 +05:30
parent e1e4b054cf
commit d6df50e323
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from . import EventSubscriber
class IAgentEventQueue(ABC):
"""
Manages subscription and publishing of events
Manages subscription and publishing of events in the Agent
"""
@abstractmethod